Uses of Class
org.apache.commons.math3.exception.util.ExceptionContext
-
Packages that use ExceptionContext Package Description org.apache.commons.math3.exception Specialized exceptions for algorithms errors.org.apache.commons.math3.exception.util Classes supporting exception localization. -
-
Uses of ExceptionContext in org.apache.commons.math3.exception
Fields in org.apache.commons.math3.exception declared as ExceptionContext Modifier and Type Field Description private ExceptionContextMathArithmeticException. contextContext.private ExceptionContextMathIllegalArgumentException. contextContext.private ExceptionContextMathIllegalStateException. contextContext.private ExceptionContextMathRuntimeException. contextContext.private ExceptionContextMathUnsupportedOperationException. contextContext.Methods in org.apache.commons.math3.exception that return ExceptionContext Modifier and Type Method Description ExceptionContextMathArithmeticException. getContext()Gets a reference to the "rich context" data structure that allows to customize error messages and store key, value pairs in exceptions.ExceptionContextMathIllegalArgumentException. getContext()Gets a reference to the "rich context" data structure that allows to customize error messages and store key, value pairs in exceptions.ExceptionContextMathIllegalStateException. getContext()Gets a reference to the "rich context" data structure that allows to customize error messages and store key, value pairs in exceptions.ExceptionContextMathRuntimeException. getContext()Gets a reference to the "rich context" data structure that allows to customize error messages and store key, value pairs in exceptions.ExceptionContextMathUnsupportedOperationException. 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 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.
-