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
(org.hibernate.boot.jaxb.Origin origin) InvalidMappingException
(org.hibernate.boot.jaxb.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
public InvalidMappingException(org.hibernate.boot.jaxb.Origin origin) -
InvalidMappingException
-
-
Method Details
-
getOrigin
public org.hibernate.boot.jaxb.Origin getOrigin()
-