Uses of Class
org.apache.commons.math4.exception.util.ExceptionContext
| Package | Description |
|---|---|
| org.apache.commons.math4.exception |
Specialized exceptions for algorithms errors.
|
| org.apache.commons.math4.exception.util |
Classes supporting exception localization.
|
-
Uses of ExceptionContext in org.apache.commons.math4.exception
Methods in org.apache.commons.math4.exception that return ExceptionContext Modifier and Type Method Description ExceptionContextMathRuntimeException. getContext()Gets a reference to the "rich context" data structure that allows to customize error messages and store key, value pairs in exceptions.ExceptionContextNullArgumentException. getContext()Gets a reference to the "rich context" data structure that allows to customize error messages and store key, value pairs in exceptions. -
Uses of ExceptionContext in org.apache.commons.math4.exception.util
Methods in org.apache.commons.math4.exception.util that return ExceptionContext Modifier and Type Method Description ExceptionContextExceptionContextProvider. getContext()Gets a reference to the "rich context" data structure that allows to customize error messages and store key, value pairs in exceptions.