|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math.MathRuntimeException
org.apache.commons.math.linear.MatrixVisitorException
public class MatrixVisitorException
Thrown when a visitor encounters an error while processing a matrix entry.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Serializable version identifier |
| Constructor Summary | |
|---|---|
MatrixVisitorException(Localizable pattern,
java.lang.Object[] arguments)
Constructs a new instance with specified formatted detail message. |
|
MatrixVisitorException(java.lang.String pattern,
java.lang.Object[] arguments)
Constructs a new instance with specified formatted detail message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public MatrixVisitorException(java.lang.String pattern,
java.lang.Object[] arguments)
pattern - format specifierarguments - format arguments
public MatrixVisitorException(Localizable pattern,
java.lang.Object[] arguments)
pattern - format specifierarguments - format arguments
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||