Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.erdos.stencil.exceptions.ParsingException
- All Implemented Interfaces:
Serializable
This class indicates an error while reading and parsing a stencil expression.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ParsingException
fromMessage
(String expression, String message) static ParsingException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
fromMessage
-
wrapping
-
getExpression
-