|
|||||||||||
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.PropertyMappingException
Constructor Summary | |
PropertyMappingException()
Constructs a PropertyMappingException with no detail message. |
|
PropertyMappingException(java.lang.String str)
Constructs a PropertyMappingException with the specified detail message. |
|
PropertyMappingException(java.lang.String str,
java.lang.Throwable throwable)
Constructs a PropertyMappingException with the specified detail message and cause. |
|
PropertyMappingException(java.lang.Throwable throwable)
Constructs a PropertyMappingException 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 PropertyMappingException()
public PropertyMappingException(java.lang.String str)
str
- the detail messagepublic PropertyMappingException(java.lang.String str, java.lang.Throwable throwable)
str
- the detail messagethrowable
- the causepublic PropertyMappingException(java.lang.Throwable throwable)
throwable
- the cause
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |