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.EntryPoint |
Modifier | Constructor and Description |
---|---|
protected |
ExceptionHandler(java.lang.String id,
Section section,
java.util.Set<java.lang.Integer> instances,
java.util.List<ExceptionHandler.EntryPoint> entryPoints) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ExceptionHandler.EntryPoint> |
getEntryPoints() |
java.lang.String |
getId() |
java.util.Set<java.lang.Integer> |
getInstances() |
Section |
getSection() |
protected ExceptionHandler(java.lang.String id, Section section, java.util.Set<java.lang.Integer> instances, java.util.List<ExceptionHandler.EntryPoint> entryPoints)
public java.lang.String getId()
public Section getSection()
public java.util.Set<java.lang.Integer> getInstances()
public java.util.List<ExceptionHandler.EntryPoint> getEntryPoints()