Class IllegalInstantiationException
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.IllegalInstantiationException
- All Implemented Interfaces:
Serializable
The
IllegalInstantiationException
is thrown when an DataObject
should be
created and the corresponding DataClass
is not finished or is abstract.- Author:
- Rainer Maximini
- See Also:
-
Constructor Summary
ConstructorDescriptionIllegalInstantiationException
(String message, String... parameter) IllegalInstantiationException
(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
-
IllegalInstantiationException
- Parameters:
message
- An exception description.parameter
- Additional parameters.
-
IllegalInstantiationException
- Parameters:
message
- An exception description.cause
- The cause of the exception.parameter
- Additional parameters.
-