|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xerial.core.XerialException
org.xerial.util.bean.BeanException
public class BeanException
| Constructor Summary | |
|---|---|
BeanException(BeanErrorCode errorCode,
Object... message)
|
|
BeanException(BeanErrorCode errorCode,
String message)
|
|
BeanException(BeanErrorCode errorCode,
String message,
Throwable e)
|
|
BeanException(BeanErrorCode errorCode,
Throwable e)
|
|
| Method Summary | |
|---|---|
String |
getMessage()
|
| Methods inherited from class org.xerial.core.XerialException |
|---|
concatinateMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 BeanException(BeanErrorCode errorCode,
String message,
Throwable e)
errorCode - message - e -
public BeanException(BeanErrorCode errorCode,
String message)
errorCode - message -
public BeanException(BeanErrorCode errorCode,
Throwable e)
errorCode - e -
public BeanException(BeanErrorCode errorCode,
Object... message)
errorCode - message - | Method Detail |
|---|
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
