Package com.e1c.g5.v8.dt.check
Class WrongParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.e1c.g5.v8.dt.check.WrongParameterException
- All Implemented Interfaces:
Serializable
Uncheked exception getting parameter.
May occur if the parameter was not declared during the check configuration phase,
or if parameter has another type or if several checks with the same identifiers have the parameter
with the same name but different types.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWrongParameterException
(String message) Constructs a new instance.WrongParameterException
(String parameterName, String message) Constructs a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongParameterException
Constructs a new instance.- Parameters:
message
- The cause message, notnull
-
WrongParameterException
Constructs a new instance.- Parameters:
parameterName
- The name of the parameter, notnull
message
- The cause message, notnull
-