|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ExecuteException 的软件包 | |
|---|---|
| org.soybeanMilk.core | |
| org.soybeanMilk.core.exe | |
| org.soybeanMilk.web | |
| org.soybeanMilk.core 中 ExecuteException 的使用 |
|---|
| org.soybeanMilk.core 中 ExecuteException 的子类 | |
|---|---|
class |
ConvertExecuteException
执行异常,调用在从对象源获取方法参数值时出现类型转换异常,这通常是由于输入非法导致的。 |
class |
InvocationExecuteException
执行异常,调用方法在执行时内部抛出异常。 |
| 返回 ExecuteException 的 org.soybeanMilk.core 中的方法 | |
|---|---|
ExecuteException |
Execution.getExecuteException()
获取当前的执行异常。 |
| 参数类型为 ExecuteException 的 org.soybeanMilk.core 中的方法 | |
|---|---|
void |
Execution.setExecuteException(ExecuteException executeException)
|
| 抛出 ExecuteException 的 org.soybeanMilk.core 中的方法 | |
|---|---|
Executable |
Executor.execute(Executable executable,
ObjectSource objSource)
执行,并返回可执行对象 |
Executable |
DefaultExecutor.execute(Executable executable,
ObjectSource objSource)
|
void |
Executable.execute(ObjectSource objectSource)
执行 |
Executable |
Executor.execute(java.lang.String executableName,
ObjectSource objSource)
执行,并返回可执行对象。 |
Executable |
DefaultExecutor.execute(java.lang.String executableName,
ObjectSource objSource)
|
| 参数类型为 ExecuteException 的 org.soybeanMilk.core 中的构造方法 | |
|---|---|
Execution(Executable executable,
ObjectSource objectSource,
ExecuteException executeException)
|
|
| org.soybeanMilk.core.exe 中 ExecuteException 的使用 |
|---|
| 抛出 ExecuteException 的 org.soybeanMilk.core.exe 中的方法 | |
|---|---|
void |
Invoke.execute(ObjectSource objectSource)
|
void |
Action.execute(ObjectSource dataStore)
|
abstract void |
AbstractExecutable.execute(ObjectSource objectSource)
|
| org.soybeanMilk.web 中 ExecuteException 的使用 |
|---|
| 抛出 ExecuteException 的 org.soybeanMilk.web 中的方法 | |
|---|---|
void |
WebExecutor.execute(java.lang.String executableName,
WebObjectSource webObjSource)
执行,如果要执行的可执行对象是Web动作,此方法还要处理其目标。 |
void |
DefaultWebExecutor.execute(java.lang.String executableName,
WebObjectSource webObjSource)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||