org.soybeanMilk.core
类 DefaultExecutor.InterceptorException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 org.soybeanMilk.core.DefaultExecutor.InterceptorException
所有已实现的接口:
java.io.Serializable
包容类:
DefaultExecutor

public static class DefaultExecutor.InterceptorException
extends java.lang.RuntimeException

拦截器异常

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

构造方法摘要
DefaultExecutor.InterceptorException()
           
DefaultExecutor.InterceptorException(java.lang.String message)
           
DefaultExecutor.InterceptorException(java.lang.String message, java.lang.Throwable cause)
           
DefaultExecutor.InterceptorException(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
 

构造方法详细信息

DefaultExecutor.InterceptorException

public DefaultExecutor.InterceptorException()

DefaultExecutor.InterceptorException

public DefaultExecutor.InterceptorException(java.lang.String message,
                                            java.lang.Throwable cause)

DefaultExecutor.InterceptorException

public DefaultExecutor.InterceptorException(java.lang.String message)

DefaultExecutor.InterceptorException

public DefaultExecutor.InterceptorException(java.lang.Throwable cause)