public class InvalidMatrixException extends MathRuntimeException
Constructor and Description |
---|
InvalidMatrixException(Localizable pattern,
java.lang.Object... arguments)
Construct an exception with the given message.
|
InvalidMatrixException(java.lang.String pattern,
java.lang.Object... arguments)
Deprecated.
since 2.2 replaced by
InvalidMatrixException(Localizable, Object...) |
InvalidMatrixException(java.lang.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
@Deprecated public InvalidMatrixException(java.lang.String pattern, java.lang.Object... arguments)
InvalidMatrixException(Localizable, Object...)
pattern
- format specifierarguments
- format argumentspublic InvalidMatrixException(Localizable pattern, java.lang.Object... arguments)
pattern
- format specifierarguments
- format argumentspublic InvalidMatrixException(java.lang.Throwable cause)
cause
- the exception or error that caused this exception
to be thrown.Copyright © 2010 - 2020 Adobe. All Rights Reserved