Package org.webharvest.exception
Class VariableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.webharvest.exception.BaseException
-
- org.webharvest.exception.VariableException
-
- All Implemented Interfaces:
Serializable
public class VariableException extends BaseException
Variable processor exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VariableException()
VariableException(String message)
VariableException(String message, Throwable cause)
VariableException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-