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:
java.io.Serializable
- Enclosing class:
- ParameterUtil
public static class ParameterUtil.UnresolvableVariableException extends java.lang.RuntimeExceptionThrown if a variable value cannot be resolved because there's no variable map given.- Author:
- Rene Schneider - initial API and implementation
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnresolvableVariableException()Instantiates a new unresolvable variable exception.UnresolvableVariableException(java.lang.String aMessage)Instantiates a new unresolvable variable exception.UnresolvableVariableException(java.lang.String aMessage, java.lang.Throwable aCause)Instantiates a new unresolvable variable exception.UnresolvableVariableException(java.lang.Throwable aCause)Instantiates a new unresolvable variable exception.
-
-
-
Constructor Detail
-
UnresolvableVariableException
public UnresolvableVariableException()
Instantiates a new unresolvable variable exception.
-
UnresolvableVariableException
public UnresolvableVariableException(java.lang.String aMessage, java.lang.Throwable aCause)Instantiates a new unresolvable variable exception.- Parameters:
aMessage- the a messageaCause- the a cause
-
UnresolvableVariableException
public UnresolvableVariableException(java.lang.String aMessage)
Instantiates a new unresolvable variable exception.- Parameters:
aMessage- the a message
-
UnresolvableVariableException
public UnresolvableVariableException(java.lang.Throwable aCause)
Instantiates a new unresolvable variable exception.- Parameters:
aCause- the a cause
-
-