|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.jbeanmapper.BeanMappingException
Constructor Summary | |
BeanMappingException()
Constructs a BeanMappingException with no detail message. |
|
BeanMappingException(java.lang.String str)
Constructs a BeanMappingException with the specified detail message. |
|
BeanMappingException(java.lang.String str,
java.lang.Throwable throwable)
Constructs a BeanMappingException with the specified detail message and cause. |
|
BeanMappingException(java.lang.Throwable throwable)
Constructs a BeanMappingException with the specified cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BeanMappingException()
public BeanMappingException(java.lang.String str)
str
- the detail messagepublic BeanMappingException(java.lang.String str, java.lang.Throwable throwable)
str
- the detail messagethrowable
- the causepublic BeanMappingException(java.lang.Throwable throwable)
throwable
- the cause
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |