Package org.hibernate.models
Class IllegalCastException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.models.ModelsException
org.hibernate.models.IllegalCastException
- All Implemented Interfaces:
Serializable
Indicates an illegal cast through one of the safe cast methods
such as AnnotationTarget.asClassDetails(),
AnnotationTarget.asMemberDetails(), etc.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalCastException(String message) IllegalCastException(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
-
IllegalCastException
-
IllegalCastException
-