|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.soybeanMilk.core.ExecuteException
public class ExecuteException
执行异常
| 嵌套类摘要 | |
|---|---|
static class |
ExecuteException.ExceptionType
导致执行异常的异常源类型 |
| 构造方法摘要 | |
|---|---|
ExecuteException(int exceptionType,
java.lang.Throwable cause)
创建执行异常对象 |
|
| 方法摘要 | |
|---|---|
int |
getExceptionType()
|
void |
setExceptionType(int exceptionType)
|
java.lang.String |
toString()
|
| 从类 java.lang.Throwable 继承的方法 |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ExecuteException(int exceptionType,
java.lang.Throwable cause)
exceptionType - 源异常类型cause - 源异常| 方法详细信息 |
|---|
public int getExceptionType()
public void setExceptionType(int exceptionType)
public java.lang.String toString()
java.lang.Throwable 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||