|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
pl.edu.agh.cast.importer.base.template.exception.TemplateException
pl.edu.agh.cast.importer.base.template.exception.ReadingTemplatesException
public class ReadingTemplatesException
An exception which is thrown during reading template process. It contains already read templates which can be used to recover correct data.
Constructor Summary | |
---|---|
ReadingTemplatesException(String msg)
Constructor. |
|
ReadingTemplatesException(String msg,
Collection<IImportTemplate> templates)
Constructor. |
|
ReadingTemplatesException(String msg,
Collection<IImportTemplate> templates,
Collection<ImportTemplateGroup> groups,
Collection<? extends Exception> exceptions)
Constructor. |
|
ReadingTemplatesException(String msg,
Collection<IImportTemplate> templates,
Collection<ImportTemplateGroup> groups,
Exception e)
Constructor. |
|
ReadingTemplatesException(String msg,
Exception e)
Constructor. |
Method Summary | |
---|---|
Collection<? extends Exception> |
getExceptions()
|
Collection<ImportTemplateGroup> |
getGroups()
|
Collection<IImportTemplate> |
getTemplates()
|
Methods inherited from class pl.edu.agh.cast.importer.base.template.exception.TemplateException |
---|
getGroup, getTemplate |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReadingTemplatesException(String msg)
msg
- exception messagepublic ReadingTemplatesException(String msg, Exception e)
msg
- exception messagee
- exception causepublic ReadingTemplatesException(String msg, Collection<IImportTemplate> templates)
msg
- exception messagetemplates
- the collection of already read templatespublic ReadingTemplatesException(String msg, Collection<IImportTemplate> templates, Collection<ImportTemplateGroup> groups, Exception e)
msg
- exception messagetemplates
- the collection of already read templatesgroups
- the collection of already read groupse
- exception causepublic ReadingTemplatesException(String msg, Collection<IImportTemplate> templates, Collection<ImportTemplateGroup> groups, Collection<? extends Exception> exceptions)
msg
- exception messagetemplates
- the collection of already read templatesgroups
- the collection of already read groupsexceptions
- exceptions which occurred during reading templatesMethod Detail |
---|
public Collection<IImportTemplate> getTemplates()
public Collection<ImportTemplateGroup> getGroups()
public Collection<? extends Exception> getExceptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |