public static final class ExceptionHandler.Section
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ExceptionHandler.Section(java.math.BigInteger address,
java.util.Set<java.lang.String> exceptions,
java.util.List<Call> calls) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getAddress() |
java.util.List<Call> |
getCalls() |
java.util.Set<java.lang.String> |
getExceptions() |
protected ExceptionHandler.Section(java.math.BigInteger address, java.util.Set<java.lang.String> exceptions, java.util.List<Call> calls)
public java.math.BigInteger getAddress()
public java.util.Set<java.lang.String> getExceptions()
public java.util.List<Call> getCalls()