Package org.hibernate.boot
Class InvalidMappingException
- All Implemented Interfaces:
Serializable
Indicates a problem parsing the mapping document at a given
Origin
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidMappingException
(Origin origin) InvalidMappingException
(Origin origin, Throwable e) -
Method Summary
Methods inherited from class org.hibernate.InvalidMappingException
getPath, getType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMappingException
-
InvalidMappingException
-
-
Method Details
-
getOrigin
-