Uses of Class
org.apache.commons.math4.legacy.exception.util.ExceptionContext
-
Packages that use ExceptionContext Package Description org.apache.commons.math4.legacy.exception Specialized exceptions for algorithms errors.org.apache.commons.math4.legacy.exception.util Classes supporting exception localization. -
-
Uses of ExceptionContext in org.apache.commons.math4.legacy.exception
Methods in org.apache.commons.math4.legacy.exception that return ExceptionContext Modifier and Type Method Description ExceptionContext
MathRuntimeException. getContext()
Gets a reference to the "rich context" data structure that allows to customize error messages and store key, value pairs in exceptions.ExceptionContext
NullArgumentException. 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.legacy.exception.util
Methods in org.apache.commons.math4.legacy.exception.util that return ExceptionContext Modifier and Type Method Description ExceptionContext
ExceptionContextProvider. getContext()
Gets a reference to the "rich context" data structure that allows to customize error messages and store key, value pairs in exceptions.
-