All Packages Class Hierarchy This Package Previous Next Index
Class org.webmacro.engine.TemplateException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----org.webmacro.engine.TemplateException
- public final class TemplateException
- extends Exception
Exception raised on discovery of a parsing error. To facilitate error
recovery, you can extract the parseTool from this error.
-
TemplateException(String)
- Create a new exception
TemplateException
public TemplateException(String reason)
- Create a new exception
- Parameters:
- reason - what went wrong
All Packages Class Hierarchy This Package Previous Next Index