Class ProCAKEInvalidTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.uni_trier.wi2.procake.utils.exception.CAKEException
de.uni_trier.wi2.procake.utils.exception.ProCAKEInvalidTypeException
- All Implemented Interfaces:
Serializable
The
InvalidTypeException
is thrown when the type does not match to the specification
in the data class.- Author:
- Rainer Maximini
- See Also:
-
Constructor Summary
ConstructorDescriptionProCAKEInvalidTypeException
(String message, String... parameter) ProCAKEInvalidTypeException
(String message, Throwable cause, String... parameter) -
Method Summary
Methods inherited from class de.uni_trier.wi2.procake.utils.exception.CAKEException
format
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProCAKEInvalidTypeException
- Parameters:
message
- An exception description.parameter
- Additional parameters.
-
ProCAKEInvalidTypeException
- Parameters:
message
- An exception description.cause
- The cause of the exception.parameter
- Additional parameters.
-