Package org.gvsig.expressionevaluator
Class ExpressionRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.expressionevaluator.ExpressionRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UndefinedSymbolException
- Author:
- jjdelcerro
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionRuntimeException(String message) ExpressionRuntimeException(String message, String tip) ExpressionRuntimeException(String message, Throwable cause) ExpressionRuntimeException(Code code, String message) ExpressionRuntimeException(Code code, String message, String tip) ExpressionRuntimeException(Code code, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpressionRuntimeException
-
ExpressionRuntimeException
-
ExpressionRuntimeException
-
ExpressionRuntimeException
-
ExpressionRuntimeException
-
ExpressionRuntimeException
-
ExpressionRuntimeException
-
-
Method Details
-
getCode
-
getTip
-