Package org.hibernate.models
Class UnknownAnnotationAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.models.ModelsException
org.hibernate.models.UnknownAnnotationAttributeException
- All Implemented Interfaces:
Serializable
Indicates an attempt to access a non-existent annotation attribute
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownAnnotationAttributeException(Class<? extends Annotation> annotationType, String attributeName) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownAnnotationAttributeException
public UnknownAnnotationAttributeException(Class<? extends Annotation> annotationType, String attributeName) -
UnknownAnnotationAttributeException
-