Uses of Class
org.apache.commons.lang3.exception.ContextedException
-
Packages that use ContextedException Package Description org.apache.commons.lang3.exception Provides functionality for Exceptions. -
-
Uses of ContextedException in org.apache.commons.lang3.exception
Methods in org.apache.commons.lang3.exception that return ContextedException Modifier and Type Method Description ContextedException
ContextedException. addContextValue(java.lang.String label, java.lang.Object value)
Adds information helpful to a developer in diagnosing and correcting the problem.ContextedException
ContextedException. setContextValue(java.lang.String label, java.lang.Object value)
Sets information helpful to a developer in diagnosing and correcting the problem.
-