org.soybeanMilk.core
类 ExecuteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.soybeanMilk.core.ExecuteException
- 所有已实现的接口:
- java.io.Serializable
public class ExecuteException
- extends java.lang.Exception
执行异常
- 作者:
- earthAngry@gmail.com
- 另请参见:
- 序列化表格
| 从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExecuteException
public ExecuteException(Executable source,
java.lang.Throwable cause,
int exceptionType)
- 创建执行异常对象
- 参数:
source - 出现异常的可执行对象cause - 源异常exceptionType - 源异常类型
getSource
public Executable getSource()
setSource
public void setSource(Executable source)
getExceptionType
public int getExceptionType()
setExceptionType
public void setExceptionType(int exceptionType)
toString
public java.lang.String toString()
- 覆盖:
- 类
java.lang.Throwable 中的 toString