Package org.hibernate.boot
Class MappingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EnversMappingException
,MappingNotFoundException
,TransformationException
,UnsupportedOrmXsdVersionException
Indicates a problem parsing a mapping document.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMappingException
(String message, Throwable root, Origin origin) MappingException
(String message, Origin origin) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MappingException
-
MappingException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getOrigin
-