protected abstract Throwables.State |
Throwables.State.processLine(java.lang.String methodName) |
Processes a stack trace element method name, possibly moving to a new state.
|
Throwables.State |
Throwables.State.processStackTraceElement(java.lang.StackTraceElement element) |
Processes a stack trace element, possibly moving to a new state.
|
static Throwables.State |
Throwables.State.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Throwables.State[] |
Throwables.State.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|