R
- type of handled return type.public interface ExceptionHandlingNode<R> extends Expression<R>
Modifier and Type | Method and Description |
---|---|
R |
handle(java.lang.Exception exception) |
get, isResolved
getChildren
R handle(java.lang.Exception exception)
exception
- to handle, usually comes from bottom nodes