Package | Description |
---|---|
org.apache.commons.math3.exception |
Specialized exceptions for algorithms errors.
|
org.apache.commons.math3.exception.util |
Classes supporting exception localization.
|
Modifier and Type | Method and Description |
---|---|
ExceptionContext |
MathArithmeticException.getContext()
Gets a reference to the "rich context" data structure that allows to
customize error messages and store key, value pairs in exceptions.
|
ExceptionContext |
MathUnsupportedOperationException.getContext()
Gets a reference to the "rich context" data structure that allows to
customize error messages and store key, value pairs in exceptions.
|
ExceptionContext |
MathIllegalArgumentException.getContext()
Gets a reference to the "rich context" data structure that allows to
customize error messages and store key, value pairs in exceptions.
|
ExceptionContext |
MathIllegalStateException.getContext()
Gets a reference to the "rich context" data structure that allows to
customize error messages and store key, value pairs in exceptions.
|
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.
|
Modifier and Type | Method and 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.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.