Uses of Class
org.apache.commons.lang3.exception.ContextedRuntimeException

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

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

Methods in org.apache.commons.lang3.exception that return ContextedRuntimeException
 ContextedRuntimeException ContextedRuntimeException.addValue(String label, Object value)
          Adds information helpful to a developer in diagnosing and correcting the problem.
 ContextedRuntimeException ContextedRuntimeException.replaceValue(String label, Object value)
          Replaces information helpful to a developer in diagnosing and correcting the problem.
 



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