|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.liquidsite.app.template.TemplateException
A template processing exception. This is thrown when a template couldn't be read or processed correctly.
| Constructor Summary | |
TemplateException(java.lang.Exception cause)
Creates a new template exception. |
|
TemplateException(java.lang.String message)
Creates a new template exception. |
|
TemplateException(java.lang.String message,
java.lang.Exception cause)
Creates a new template exception. |
|
| Method Summary | |
java.lang.Throwable |
getCause()
Returns the root exception cause. |
java.lang.String |
getMessage()
Returns the detailed error message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, 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(java.lang.String message)
message - the error messagepublic TemplateException(java.lang.Exception cause)
cause - the root cause to the error
public TemplateException(java.lang.String message,
java.lang.Exception cause)
message - the error messagecause - the root cause to the error| Method Detail |
public java.lang.String getMessage()
public java.lang.Throwable getCause()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||