Class IdentifierInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.vinado.lib.identifier.reflection.IdentifierInstantiationException
- All Implemented Interfaces:
Serializable
Exception throw in case the instantiation of an
Identifier
failed.- Author:
- Vincent Nadoll
- See Also:
-
Constructor Summary
ConstructorDescriptionIdentifierInstantiationException
(Constructor<?> constructor, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdentifierInstantiationException
public IdentifierInstantiationException(Constructor<?> constructor, String message, Throwable cause)
-