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
public class WrongParameterException extends RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongParameterException(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 Detail
-
WrongParameterException
public WrongParameterException(String message)
Constructs a new instance.- Parameters:
message
- The cause message, notnull
-
-