Provides functionality for Exceptions.
-
class
An exception that provides an easy and safe way to add contextual information.
class
A runtime exception that provides an easy and safe way to add contextual information.
class
Default implementation of the context storing the label-value pairs for contexted exceptions.
Adds a contextual label-value pair into this context.
Sets a contextual label-value pair into this context.
Instantiates ContextedException with cause, message, and ExceptionContext.
Instantiates ContextedRuntimeException with cause, message, and ExceptionContext.