Package de.gebit.integrity.utils
Class ParameterUtil.UnresolvableVariableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.gebit.integrity.utils.ParameterUtil.UnresolvableVariableException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ParameterUtil
Thrown if a variable value cannot be resolved because there's no variable map given.
- Author:
- Rene Schneider - initial API and implementation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new unresolvable variable exception.UnresolvableVariableException(String aMessage) Instantiates a new unresolvable variable exception.UnresolvableVariableException(String aMessage, Throwable aCause) Instantiates a new unresolvable variable exception.Instantiates a new unresolvable variable exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnresolvableVariableException
public UnresolvableVariableException()Instantiates a new unresolvable variable exception. -
UnresolvableVariableException
Instantiates a new unresolvable variable exception.- Parameters:
aMessage- the a messageaCause- the a cause
-
UnresolvableVariableException
Instantiates a new unresolvable variable exception.- Parameters:
aMessage- the a message
-
UnresolvableVariableException
Instantiates a new unresolvable variable exception.- Parameters:
aCause- the a cause
-