Package gw.lang.parser.template
Class TemplateParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gw.lang.parser.template.TemplateParseException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateParseException(ParseResultsException pe, String strTemplateSource) TemplateParseException(ResourceKey reason, int lineNumber, int column, int offset, String... args) TemplateParseException(String strReason, ParseResultsException pe, String strTemplateSource, int lineNumber, int column, int offset, ResourceKey reason, String[] args) -
Method Summary
Modifier and TypeMethodDescriptionintintintMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplateParseException
public TemplateParseException(ResourceKey reason, int lineNumber, int column, int offset, String... args) -
TemplateParseException
-
TemplateParseException
public TemplateParseException(String strReason, ParseResultsException pe, String strTemplateSource, int lineNumber, int column, int offset, ResourceKey reason, String[] args)
-
-
Method Details
-
getParseException
-
getTemplateSource
-
getLineNumber
public int getLineNumber() -
getMessage
- Overrides:
getMessagein classThrowable
-
getColumn
public int getColumn() -
getOffset
public int getOffset()
-