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
public class MatrixVisitorException
- extends MathRuntimeException
Thrown when a visitor encounters an error while processing a matrix entry.
- Version:
- $Revision: 729673 $ $Date: 2008-12-27 15:55:12 -0500 (Sat, 27 Dec 2008) $
- See Also:
- Serialized Form
Methods inherited from class org.apache.commons.math.MathRuntimeException |
createArithmeticException, createArrayIndexOutOfBoundsException, createConcurrentModificationException, createEOFException, createIllegalArgumentException, createIllegalArgumentException, createIllegalStateException, createInternalError, createIOException, createNoSuchElementException, createNullPointerException, createParseException, getArguments, getLocalizedMessage, getMessage, getMessage, getPattern, printStackTrace, printStackTrace |
MatrixVisitorException
public MatrixVisitorException(String pattern,
Object[] arguments)
- Constructs a new instance with specified formatted detail message.
- Parameters:
pattern
- format specifierarguments
- format arguments
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.