Class TransformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.MappingException
org.hibernate.boot.MappingException
org.hibernate.boot.jaxb.hbm.transform.TransformationException
- All Implemented Interfaces:
Serializable
Generalized error while performing
hbm.xml
transformation- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransformationException
(String message, Throwable root, Origin origin) TransformationException
(String message, Origin origin) -
Method Summary
Methods inherited from class org.hibernate.boot.MappingException
getMessage, getOrigin
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransformationException
-
TransformationException
-