|
||||||||||
| 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
public class TemplateException
Exception which is thrown when any error in templates occurrs.
| Constructor Summary | |
|---|---|
TemplateException(String msg)
Constructor. |
|
TemplateException(String msg,
Exception e)
Constructor. |
|
TemplateException(String msg,
IImportTemplate template)
Constructor. |
|
TemplateException(String msg,
IImportTemplate template,
Exception e)
Constructor. |
|
TemplateException(String msg,
ImportTemplateGroup group)
Constructor. |
|
TemplateException(String msg,
ImportTemplateGroup group,
Exception e)
Constructor. |
|
| Method Summary | |
|---|---|
ImportTemplateGroup |
getGroup()
|
IImportTemplate |
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 TemplateException(String msg)
msg - exception message
public TemplateException(String msg,
Exception e)
msg - exception messagee - exception cause
public TemplateException(String msg,
IImportTemplate template,
Exception e)
msg - exception messagetemplate - import template on which an error occurrede - exception cause
public TemplateException(String msg,
IImportTemplate template)
msg - exception messagetemplate - import template on which an error occurred
public TemplateException(String msg,
ImportTemplateGroup group,
Exception e)
msg - exception messagegroup - import template on which an error occurrede - exception cause
public TemplateException(String msg,
ImportTemplateGroup group)
msg - exception messagegroup - import template on which an error occurred| Method Detail |
|---|
public IImportTemplate getTemplate()
public ImportTemplateGroup getGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||