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