Package de.neuland.pug4j.exceptions
Class ExpressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.neuland.pug4j.exceptions.ExpressionException
-
- All Implemented Interfaces:
Serializable
public class ExpressionException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpressionException(String message)ExpressionException(String expression, Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-