public final class ExceptionHandler
extends java.lang.Object
ExceptionHandler
class holds template descriptions of
handers of certain exception types to be executed on certain processing
element instance.Modifier and Type | Class and Description |
---|---|
static class |
ExceptionHandler.Section |
Modifier | Constructor and Description |
---|---|
protected |
ExceptionHandler(java.lang.String id,
java.util.Set<java.lang.Integer> instances,
java.util.List<ExceptionHandler.Section> sections) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
java.util.Set<java.lang.Integer> |
getInstances() |
java.util.List<ExceptionHandler.Section> |
getSections() |
protected ExceptionHandler(java.lang.String id, java.util.Set<java.lang.Integer> instances, java.util.List<ExceptionHandler.Section> sections)
public java.lang.String getId()
public java.util.Set<java.lang.Integer> getInstances()
public java.util.List<ExceptionHandler.Section> getSections()