public class InvalidMatrixException extends MathRuntimeException
Constructor and Description |
---|
InvalidMatrixException(Localizable pattern,
Object... arguments)
Construct an exception with the given message.
|
InvalidMatrixException(String pattern,
Object... arguments)
Deprecated.
since 2.2 replaced by
InvalidMatrixException(Localizable, Object...) |
InvalidMatrixException(Throwable cause)
Construct an exception with the given message.
|
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, printStackTrace
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
@Deprecated public InvalidMatrixException(String pattern, Object... arguments)
InvalidMatrixException(Localizable, Object...)
pattern
- format specifierarguments
- format argumentspublic InvalidMatrixException(Localizable pattern, Object... arguments)
pattern
- format specifierarguments
- format argumentspublic InvalidMatrixException(Throwable cause)
cause
- the exception or error that caused this exception
to be thrown.Copyright © 2003–2019. All rights reserved.