|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.peaseplate.TemplateException org.peaseplate.locator.TemplateLocatorException
public class TemplateLocatorException
An exception thrown by implementations of the Locator
interface.
Constructor Summary | |
---|---|
TemplateLocatorException(java.lang.String message)
Create the exception using the specified message |
|
TemplateLocatorException(java.lang.String message,
java.lang.Throwable cause)
Create the exception using the specified message and the specified cause for the exception |
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 TemplateLocatorException(java.lang.String message)
message
- the messagepublic TemplateLocatorException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the cause for the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |