|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jodd.exception.UncheckedException
jodd.bean.BeanException
public class BeanException
Unchecked bean exception.
| Field Summary |
|---|
| Fields inherited from class jodd.exception.UncheckedException |
|---|
cause, CAUSE_DIV, showCauseDetails |
| Constructor Summary | |
|---|---|
BeanException()
|
|
BeanException(String message)
|
|
BeanException(String message,
jodd.bean.BeanProperty bp)
|
|
BeanException(String message,
jodd.bean.BeanProperty bp,
Throwable t)
|
|
BeanException(String message,
Throwable t)
|
|
BeanException(Throwable t)
|
|
| Method Summary |
|---|
| Methods inherited from class jodd.exception.UncheckedException |
|---|
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, wrap, wrap, wrapChecked |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BeanException(Throwable t)
public BeanException()
public BeanException(String message)
public BeanException(String message,
jodd.bean.BeanProperty bp)
public BeanException(String message,
Throwable t)
public BeanException(String message,
jodd.bean.BeanProperty bp,
Throwable t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||