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