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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

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

Method

ContextedRuntimeExceptionaddContextValue(final String label, final Object value)
Adds information helpful to a developer in diagnosing and correcting the problem.
ContextedRuntimeExceptionsetContextValue(final String label, final Object value)
Sets information helpful to a developer in diagnosing and correcting the problem.