Package play.template2.exceptions
Class GTCompilationExceptionWithSourceInfo
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
play.template2.exceptions.GTException
play.template2.exceptions.GTCompilationException
play.template2.exceptions.GTCompilationExceptionWithSourceInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGTCompilationExceptionWithSourceInfo
(String specialMessage, GTTemplateLocation templateLocation, int oneBasedLineNo) GTCompilationExceptionWithSourceInfo
(String specialMessage, GTTemplateLocation templateLocation, int oneBasedLineNo, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
specialMessage
-
templateLocation
-
oneBasedLineNo
public final int oneBasedLineNo
-
-
Constructor Details
-
GTCompilationExceptionWithSourceInfo
public GTCompilationExceptionWithSourceInfo(String specialMessage, GTTemplateLocation templateLocation, int oneBasedLineNo) -
GTCompilationExceptionWithSourceInfo
public GTCompilationExceptionWithSourceInfo(String specialMessage, GTTemplateLocation templateLocation, int oneBasedLineNo, Throwable throwable)
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-