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
Fields in org.apache.commons.math3.exception declared as ExceptionContextModifier and TypeFieldDescriptionprivate final ExceptionContext
MathArithmeticException.context
Context.private final ExceptionContext
MathIllegalArgumentException.context
Context.private final ExceptionContext
MathIllegalStateException.context
Context.private final ExceptionContext
MathRuntimeException.context
Context.private final ExceptionContext
MathUnsupportedOperationException.context
Context.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.