java.lang.Object
java.lang.Throwable
java.lang.Exception
org.klojang.templates.ParseException
- All Implemented Interfaces:
Serializable
Thrown if the template source could not be parsed into a
Template
.- Author:
- Ayco Holleman
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getErrorCode
Returns aParseErrorCode
constant identifying the error.- Returns:
- a
ParseError
constant identifying the error.
-