|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.gentics.api.portalnode.templateengine.TemplateNotFoundException
public class TemplateNotFoundException
Exception that is thrown when the requested template was not found
| Constructor Summary | |
|---|---|
TemplateNotFoundException()
Create instance of the exception |
|
TemplateNotFoundException(java.lang.String message)
Create instance of the exception with a message |
|
TemplateNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Create instance of the exception with a message and a cause |
|
TemplateNotFoundException(java.lang.Throwable cause)
Create instance of the exception with a cause |
|
| Method Summary |
|---|
| 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 TemplateNotFoundException()
public TemplateNotFoundException(java.lang.String message)
message - message of the exception
public TemplateNotFoundException(java.lang.String message,
java.lang.Throwable cause)
message - message of the exceptioncause - cause of the exceptionpublic TemplateNotFoundException(java.lang.Throwable cause)
cause - cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||