Class ExprException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.orbyfied.j8.util.math.expr.error.ExprException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExprInterpreterException,ExprParserException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExprException(String message) ExprException(String message, Throwable cause) ExprException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionabstract StringLocationabstract ExprExceptionlocated(StringLocation loc) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExprException
public ExprException() -
ExprException
-
ExprException
-
ExprException
-
-
Method Details
-
getLocation
-
located
-