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

public class ExpressionRuntimeException extends RuntimeException
Author:
jjdelcerro
See Also:
  • Constructor Details

    • ExpressionRuntimeException

      public ExpressionRuntimeException(Code code)
    • ExpressionRuntimeException

      public ExpressionRuntimeException(Code code, String message)
    • ExpressionRuntimeException

      public ExpressionRuntimeException(Code code, String message, String tip)
    • ExpressionRuntimeException

      public ExpressionRuntimeException(String message, String tip)
    • ExpressionRuntimeException

      public ExpressionRuntimeException(String message)
    • ExpressionRuntimeException

      public ExpressionRuntimeException(Code code, String message, Throwable cause)
    • ExpressionRuntimeException

      public ExpressionRuntimeException(String message, Throwable cause)
  • Method Details

    • getCode

      public Code getCode()
    • getTip

      public String getTip()