Package de.aristaflow.ilm.util
Class ParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.ilm.util.IlmException
de.aristaflow.ilm.util.ParameterException
- All Implemented Interfaces:
de.aristaflow.adept2.model.communication.webservice.StackSuppressingException,Serializable
- Direct Known Subclasses:
ParameterMissingException,ParameterTypeException
This exception is used for problems with request parameters.
- See Also:
-
ParameterException- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescription@NotNull StringThe full name of the expected class (type) of the parameter causing the problem.@NotNull StringThe location name of the parameter causing the problem, e.static final StringThe name of the location of an operation parameter.@NotNull StringThe name of the parameter causing the problem.Fields inherited from class de.aristaflow.ilm.util.IlmException
causeClass, message, serverLogId, subClass, suppressStack -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.aristaflow.ilm.util.IlmException
getCause, getIlmStackTrace, getLocalizedMessage, getLogId, getMessage, getStackTrace, setLogId, setStackTrace, setSuppressStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
Field Details
-
LOCATION_OPERATION
The name of the location of an operation parameter.- See Also:
-
name
The name of the parameter causing the problem. -
expectedClassName
The full name of the expected class (type) of the parameter causing the problem. -
location
The location name of the parameter causing the problem, e. g. operation, header or cookie.
-
-
Constructor Details
-
ParameterException
public ParameterException()The constructor required for bean deserialisation.
-