Interface ExceptionContextProvider
-
- All Known Implementing Classes:
ConvergenceException,DimensionMismatchException,FractionConversionException,IllConditionedOperatorException,InsufficientDataException,MathArithmeticException,MathIllegalArgumentException,MathIllegalNumberException,MathIllegalStateException,MathInternalError,MathParseException,MathRuntimeException,MathUnsupportedOperationException,MatrixDimensionMismatchException,MaxCountExceededException,ModelSpecificationException,MultiDimensionMismatchException,NoBracketingException,NoDataException,NonMonotonicSequenceException,NonPositiveDefiniteMatrixException,NonPositiveDefiniteOperatorException,NonSelfAdjointOperatorException,NonSquareMatrixException,NonSquareOperatorException,NonSymmetricMatrixException,NotANumberException,NotFiniteNumberException,NotPositiveException,NotStrictlyPositiveException,NullArgumentException,NumberIsTooLargeException,NumberIsTooSmallException,OutOfRangeException,SingularMatrixException,SingularOperatorException,TooManyEvaluationsException,TooManyIterationsException,ZeroException
public interface ExceptionContextProviderInterface for accessing the context data structure stored in Commons Math exceptions.
-
-
Method Summary
Modifier and Type Method Description ExceptionContextgetContext()Gets a reference to the "rich context" data structure that allows to customize error messages and store key, value pairs in exceptions.
-
-
-
Method Detail
-
getContext
ExceptionContext getContext()
Gets a reference to the "rich context" data structure that allows to customize error messages and store key, value pairs in exceptions.- Returns:
- a reference to the exception context.
-
-