|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibatis.common.beans.ProbeException
public class ProbeException
BeansException for use for by BeanProbe and StaticBeanProbe.
| 构造器摘要 | |
|---|---|
ProbeException()
Default constructor |
|
ProbeException(java.lang.String msg)
Constructor to set the message for the exception |
|
ProbeException(java.lang.String msg,
java.lang.Throwable cause)
Constructor to create a nested exception with a message |
|
ProbeException(java.lang.Throwable cause)
Constructor to create a nested exception |
|
| 方法摘要 |
|---|
| 类方法继承: java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| 类方法继承: java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造器详细信息 |
|---|
public ProbeException()
public ProbeException(java.lang.String msg)
msg - - the message for the exceptionpublic ProbeException(java.lang.Throwable cause)
cause - - the reason the exception is being thrown
public ProbeException(java.lang.String msg,
java.lang.Throwable cause)
msg - - the message for the exceptioncause - - the reason the exception is being thrown
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 | |||||||||