org.hibernate
Class MappingException
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:
- Serializable, Nestable
- Direct Known Subclasses:
- DuplicateMappingException, InvalidMappingException, MappingNotFoundException, 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.
- Author:
- Gavin King
- See Also:
- Serialized Form
Methods inherited from class org.hibernate.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
MappingException
public MappingException(String msg,
Throwable root)
MappingException
public MappingException(Throwable root)
MappingException
public MappingException(String s)