org.apache.commons.math.linear
Class MatrixVisitorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math.MathRuntimeException
org.apache.commons.math.linear.MatrixVisitorException
- All Implemented Interfaces:
- Serializable, MathThrowable
public class MatrixVisitorException
- extends MathRuntimeException
Thrown when a visitor encounters an error while processing a matrix entry.
- Version:
- $Revision: 1070725 $ $Date: 2011-02-15 02:31:12 +0100 (mar. 15 févr. 2011) $
- See Also:
- Serialized Form
Methods inherited from class org.apache.commons.math.MathRuntimeException |
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 |
MatrixVisitorException
public MatrixVisitorException(String pattern,
Object[] arguments)
- Constructs a new instance with specified formatted detail message.
- Parameters:
pattern
- format specifierarguments
- format arguments
MatrixVisitorException
public MatrixVisitorException(Localizable pattern,
Object[] arguments)
- Constructs a new instance with specified formatted detail message.
- Parameters:
pattern
- format specifierarguments
- format arguments- Since:
- 2.2
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.