类 org.soybeanMilk.core.ExecutableNotFoundException
的使用

使用 ExecutableNotFoundException 的软件包
org.soybeanMilk.core   
org.soybeanMilk.web   
 

org.soybeanMilk.coreExecutableNotFoundException 的使用
 

抛出 ExecutableNotFoundExceptionorg.soybeanMilk.core 中的方法
 void Executor.execute(java.lang.String exeName, ObjectSource objSource)
          执行
 void DefaultExecutor.execute(java.lang.String exeName, ObjectSource objSource)
           
 

org.soybeanMilk.webExecutableNotFoundException 的使用
 

抛出 ExecutableNotFoundExceptionorg.soybeanMilk.web 中的方法
 void WebExecutor.execute(java.lang.String exeName, ObjectSource objSource)
           
 void WebExecutor.execute(WebObjectSource objSource)
          执行,它根据请求查找可执行对象并执行对应的动作;如果配置了异常处理器,它还会处理可能出现的异常
protected  Executable WebExecutor.findRequestExecutable(WebObjectSource objSource)
          查找处理请求的可执行对象WebExecutor.execute(WebObjectSource)使用这个方法来确定哪个可执行对象来处理该请求