Class VariableNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class VariableNotFoundException
    extends EdalException
    Exception that is thrown when a user requests an unavailable variable
    Author:
    Guy Griffiths
    See Also:
    Serialized Form
    • Constructor Detail

      • VariableNotFoundException

        public VariableNotFoundException​(String varName)
        Creates a new instance of VariableNotFoundException
        Parameters:
        varName - The name of the variable which was not found