Class VariableTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class VariableTypeException
    extends VariableEvaluationException
    Exception thrown when the type in a variable does not match the expected type.
    See Also:
    Serialized Form
    • Constructor Detail

      • VariableTypeException

        public VariableTypeException​(int index,
                                     Value foundValue,
                                     java.lang.String expectedType,
                                     java.lang.Throwable cause)
    • Method Detail

      • getExpectedType

        public java.lang.String getExpectedType()
      • getFoundValue

        public Value getFoundValue()