java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.exception.NestableRuntimeException
org.hibernate.HibernateException
org.hibernate.MappingException
- All Implemented Interfaces:
- org.hibernate.exception.Nestable, java.io.Serializable
- Direct Known Subclasses:
- DuplicateMappingException, PropertyNotFoundException
- public class MappingException
- extends HibernateException
An exception that usually occurs at configuration time, rather
than runtime, as a result of something screwy in the O-R mappings.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class org.hibernate.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
MappingException
public MappingException(java.lang.String msg,
java.lang.Throwable root)
MappingException
public MappingException(java.lang.Throwable root)
MappingException
public MappingException(java.lang.String s)