org.soybeanMilk.web.config
类 ExceptionHandlerInfo

java.lang.Object
  继承者 org.soybeanMilk.web.config.ExceptionHandlerInfo
所有已实现的接口:
java.io.Serializable

public class ExceptionHandlerInfo
extends java.lang.Object
implements java.io.Serializable

异常处理器信息,保存在配置对象中

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

构造方法摘要
ExceptionHandlerInfo()
           
ExceptionHandlerInfo(Executable exceptionHandler, java.lang.String exceptionArgKey)
           
 
方法摘要
 java.lang.String getExceptionArgKey()
           
 Executable getExceptionHandler()
           
 void setExceptionArgKey(java.lang.String exceptionArgKey)
           
 void setExceptionHandler(Executable exceptionHandler)
           
 java.lang.String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

ExceptionHandlerInfo

public ExceptionHandlerInfo()

ExceptionHandlerInfo

public ExceptionHandlerInfo(Executable exceptionHandler,
                            java.lang.String exceptionArgKey)
方法详细信息

getExceptionHandler

public Executable getExceptionHandler()

setExceptionHandler

public void setExceptionHandler(Executable exceptionHandler)

getExceptionArgKey

public java.lang.String getExceptionArgKey()

setExceptionArgKey

public void setExceptionArgKey(java.lang.String exceptionArgKey)

toString

public java.lang.String toString()
覆盖:
java.lang.Object 中的 toString