Uses of Class
org.hibernate.models.ModelsException
Packages that use ModelsException
Package
Description
A de-typed abstraction over "reflection" and annotations (and in the case of Hibernate ORM,
mapping XML also).
-
Uses of ModelsException in org.hibernate.models
Subclasses of ModelsException in org.hibernate.modelsModifier and TypeClassDescriptionclassIndicates a problem accessing annotation details from the domain model sources.classGenerally indicates an attempt to resolve a ClassDetails into the corresponding Java Class when the ClassDetails does not specify a class name.classIndicates an illegal cast through one of the safe cast methods such as AnnotationTarget.asClassDetails(), AnnotationTarget.asMemberDetails(), etc.classGenerally indicates an attempt to call an unknown/unhandled method on an annotation proxy.classIndicates an attempt to access a non-existent annotation attributeclassIndicates an attempt to access an unknown class by name -
Uses of ModelsException in org.hibernate.models.rendering
Subclasses of ModelsException in org.hibernate.models.renderingModifier and TypeClassDescriptionclassIndicates a problem performing rendering.