|
||||||||||
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
com.ibatis.common.exception.NestedRuntimeException
com.ibatis.common.beans.BeansException
public class BeansException
BeansException for use for by BeanProbe and StaticBeanProbe.
Constructor Summary | |
---|---|
BeansException()
Default constructor |
|
BeansException(java.lang.String s)
Constructor to set the message for the exception |
|
BeansException(java.lang.String msg,
java.lang.Throwable cause)
|
|
BeansException(java.lang.Throwable cause)
|
Method Summary |
---|
Methods inherited from class com.ibatis.common.exception.NestedRuntimeException |
---|
getCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BeansException()
public BeansException(java.lang.String s)
s
- The message for the exceptionpublic BeansException(java.lang.Throwable cause)
public BeansException(java.lang.String msg, java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |