org.hibernate
Class MappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.MappingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AnnotationException, DuplicateMappingException, InvalidMappingException, MappingNotFoundException, NotYetImplementedException, 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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MappingException
public MappingException(String msg,
Throwable root)
MappingException
public MappingException(Throwable root)
MappingException
public MappingException(String s)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.