Package | Description |
---|---|
org.apache.commons.lang3.exception |
Provides functionality for Exceptions.
|
Modifier and Type | Method and Description |
---|---|
DefaultExceptionContext |
DefaultExceptionContext.addContextValue(java.lang.String label,
java.lang.Object value)
Adds a contextual label-value pair into this context.
|
DefaultExceptionContext |
DefaultExceptionContext.setContextValue(java.lang.String label,
java.lang.Object value)
Sets a contextual label-value pair into this context.
|