Java org.apache.commons.lang3.exception ContextedException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.lang3.exception ContextedException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.lang3.exception ContextedException.

The text is from its open source code.

Subclass

org.apache.commons.lang3.exception.ContextedException has subclasses.
Click this link to see all its subclasses.

Constructor

ContextedException(final String message, final Throwable cause)
Instantiates ContextedException with cause and message.
ContextedException(final String message)
Instantiates ContextedException with message, but without cause.
ContextedException(final Throwable cause)
Instantiates ContextedException with cause, but without message.

Method

ContextedExceptionaddContextValue(final String label, final Object value)
Adds information helpful to a developer in diagnosing and correcting the problem.
StringgetMessage()
Provides the message explaining the exception, including the contextual data.