Package org.hibernate.boot
Class InvalidMappingException
-
- All Implemented Interfaces:
Serializable
public class InvalidMappingException extends InvalidMappingException
Indicates a problem parsing the mapping document at a givenOrigin
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidMappingException(Origin origin)
InvalidMappingException(Origin origin, Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Origin
getOrigin()
-
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
-
-