Class VariableNotSetException

  • All Implemented Interfaces:
    Serializable

    public class VariableNotSetException
    extends RuntimeException
    INTERNAL: Exception for a problem occurring when using the Navigator Tag Library. Used when referring to undefined variables.
    Since:
    1.3
    See Also:
    Serialized Form
    • Constructor Detail

      • VariableNotSetException

        public VariableNotSetException()
        INTERNAL: constructor with empty error message.
      • VariableNotSetException

        public VariableNotSetException​(String varName)
        INTERNAL: constructor with the name of the variable which is not set.