public class MatrixIndexException extends MathRuntimeException
| Constructor and Description |
|---|
MatrixIndexException(Localizable pattern,
Object... arguments)
Constructs a new instance with specified formatted detail message.
|
MatrixIndexException(String pattern,
Object... arguments)
Deprecated.
as of 2.2 replaced by
MatrixIndexException(Localizable, Object...) |
createArithmeticException, createArithmeticException, createArrayIndexOutOfBoundsException, createArrayIndexOutOfBoundsException, createConcurrentModificationException, createConcurrentModificationException, createEOFException, createEOFException, createIllegalArgumentException, createIllegalArgumentException, createIllegalArgumentException, createIllegalStateException, createIllegalStateException, createInternalError, createIOException, createNoSuchElementException, createNoSuchElementException, createNullPointerException, createNullPointerException, createParseException, createParseException, createUnsupportedOperationException, getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString@Deprecated public MatrixIndexException(String pattern, Object... arguments)
MatrixIndexException(Localizable, Object...)pattern - format specifierarguments - format argumentspublic MatrixIndexException(Localizable pattern, Object... arguments)
pattern - format specifierarguments - format argumentsCopyright © 2003–2018. All rights reserved.