Uses of Interface
org.apache.commons.lang3.exception.ExceptionContext

Packages that use ExceptionContext
org.apache.commons.lang3.exception Provides functionality for Exceptions. 
 

Uses of ExceptionContext in org.apache.commons.lang3.exception
 

Classes in org.apache.commons.lang3.exception that implement ExceptionContext
 class ContextedException
           An exception that provides an easy and safe way to add contextual information.
 class ContextedRuntimeException
           A runtime exception that provides an easy and safe way to add contextual information.
 

Methods in org.apache.commons.lang3.exception that return ExceptionContext
 ExceptionContext ExceptionContext.addValue(String label, Object value)
          Adds a contextual label-value pair into this context.
 ExceptionContext ExceptionContext.replaceValue(String label, Object value)
          Replaces a contextual label-value pair of this context.
 

Constructors in org.apache.commons.lang3.exception with parameters of type ExceptionContext
ContextedException(String message, Throwable cause, ExceptionContext context)
          Instantiates ContextedException with cause, message, and ExceptionContext.
ContextedRuntimeException(String message, Throwable cause, ExceptionContext context)
          Instantiates ContextedRuntimeException with cause, message, and ExceptionContext.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.