Class SInvalidExpressionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SInvalidExpressionException
    extends SExpressionException
    Author:
    Zhao Na, Celine Souchet
    See Also:
    Serialized Form
    • Constructor Detail

      • SInvalidExpressionException

        public SInvalidExpressionException​(java.lang.String message,
                                           java.lang.Throwable cause,
                                           java.lang.String expressionName)
      • SInvalidExpressionException

        public SInvalidExpressionException​(java.lang.String message,
                                           java.lang.String expressionName)
      • SInvalidExpressionException

        public SInvalidExpressionException​(java.lang.Throwable cause,
                                           java.lang.String expressionName)
    • Method Detail

      • getExpressionName

        public java.lang.String getExpressionName()
        Return null or empty string, if the context of evaluation is wrong.
        Returns:
        The expression's name that failed on the evaluation.