📄 exceptionhandler.java
字号:
package org.jbpm.delegation;
/**
* is a delegation interface that is called when the target delegation throws an exception.
* An ExceptionHandler can be specified on the level of a specific delegation or
* on the level of the complete process or both. If both are specified, both
* exception handlers will be called.
*/
public interface ExceptionHandler {
void handleException( Throwable t );
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -