|
||||||||||
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.lang.TemplateFormatException
public class TemplateFormatException
Constructor Summary | |
---|---|
TemplateFormatException(TemplateLocator locator,
java.lang.String message)
Creates the exception using the specified locator and the message. |
|
TemplateFormatException(TemplateLocator locator,
java.lang.String message,
java.lang.Throwable cause)
Creates the exception using the specified locator and the message. |
Method Summary | |
---|---|
TemplateLocator |
getLocator()
Returns the locator of the template where the exception occurred |
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 TemplateFormatException(TemplateLocator locator, java.lang.String message)
locator
- the locatormessage
- the messagepublic TemplateFormatException(TemplateLocator locator, java.lang.String message, java.lang.Throwable cause)
locator
- the locatormessage
- the messagecause
- the causeMethod Detail |
---|
public TemplateLocator getLocator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |