public final class ExceptionHandlerBuilder
extends java.lang.Object
Constructor and Description |
---|
ExceptionHandlerBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
addCall(Call call) |
void |
beginSection(java.math.BigInteger address,
java.util.Collection<java.lang.String> exceptions) |
void |
beginSection(java.math.BigInteger address,
java.lang.String exception) |
ExceptionHandler |
build() |
void |
endSection() |
public void beginSection(java.math.BigInteger address, java.lang.String exception)
public void beginSection(java.math.BigInteger address, java.util.Collection<java.lang.String> exceptions)
public void endSection()
public void addCall(Call call)
public ExceptionHandler build()