Class WoolVariableException

  • All Implemented Interfaces:
    Serializable

    public class WoolVariableException
    extends RuntimeException
    This exception can be thrown when the content of the variable store is not as expected. It can mean that a variable is not defined or its value is invalid.
    See Also:
    Serialized Form
    • Constructor Detail

      • WoolVariableException

        public WoolVariableException​(String message)
      • WoolVariableException

        public WoolVariableException​(Throwable cause)
      • WoolVariableException

        public WoolVariableException​(String message,
                                     Throwable cause)