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

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

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

Methods in org.apache.commons.lang3.exception that return DefaultExceptionContext
 DefaultExceptionContext DefaultExceptionContext.addContextValue(String label, Object value)
          Adds a contextual label-value pair into this context.
 DefaultExceptionContext DefaultExceptionContext.setContextValue(String label, Object value)
          Sets a contextual label-value pair into this context.
 



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