org.hibernate
Class MappingException
- Nestable
public class MappingException
An exception that usually occurs at configuration time, rather
than runtime, as a result of something screwy in the O-R mappings.
MappingException(String s) - Constructs a new
NestableRuntimeException with specified
detail message.
|
MappingException(String msg, Throwable root) - Constructs a new
NestableRuntimeException with specified
detail message and nested Throwable .
|
MappingException(Throwable root) - Constructs a new
NestableRuntimeException with specified
nested Throwable .
|
getCause , getMessage , getMessage , getMessages , getThrowable , getThrowableCount , getThrowables , indexOfThrowable , indexOfThrowable , printPartialStackTrace , printStackTrace , printStackTrace , printStackTrace |
MappingException
public MappingException(String s)
Constructs a new NestableRuntimeException
with specified
detail message.
MappingException
public MappingException(String msg,
Throwable root)
Constructs a new NestableRuntimeException
with specified
detail message and nested Throwable
.
MappingException
public MappingException(Throwable root)
Constructs a new NestableRuntimeException
with specified
nested Throwable
.