| Package | Description |
|---|---|
| to.etc.util |
| Modifier and Type | Method and Description |
|---|---|
ExceptionClassifier.Severity |
ExceptionClassifier.getExceptionSeverity(Throwable e) |
ExceptionClassifier.Severity |
IExceptionClassifier.getExceptionSeverity(Throwable throwable) |
static ExceptionClassifier.Severity |
ExceptionClassifier.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionClassifier.Severity[] |
ExceptionClassifier.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionClassifier.registerKnownException(String message,
ExceptionClassifier.Severity severity)
By registering a known exception you make clear to this class which exception-message should be considered severe or not.
|
Copyright © 2017 etc.to. All rights reserved.