org.soybeanMilk.core
类 ExecuteException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 org.soybeanMilk.core.ExecuteException
所有已实现的接口:
java.io.Serializable
直接已知子类:
ConvertExecuteException, InvocationExecuteException

public class ExecuteException
extends java.lang.Exception

执行异常。

作者:
earthAngry@gmail.com
另请参见:
序列化表格

构造方法摘要
ExecuteException()
           
ExecuteException(java.lang.String message)
           
ExecuteException(java.lang.String message, java.lang.Throwable cause)
           
ExecuteException(java.lang.Throwable cause)
           
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

ExecuteException

public ExecuteException()

ExecuteException

public ExecuteException(java.lang.String message,
                        java.lang.Throwable cause)

ExecuteException

public ExecuteException(java.lang.String message)

ExecuteException

public ExecuteException(java.lang.Throwable cause)