Package nl.rrd.wool.exception
Class WoolVariableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- nl.rrd.wool.exception.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 Summary
Constructors Constructor Description WoolVariableException(String message)WoolVariableException(String message, Throwable cause)WoolVariableException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-