|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
linearalgebra.exception.SwapRowsException
public class SwapRowsException
Field Summary | |
---|---|
private int |
m_row1
|
private int |
m_row2
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
SwapRowsException(int row1,
int row2)
|
Method Summary | |
---|---|
int |
getRow1()
|
int |
getRow2()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, 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
private int m_row1
private int m_row2
Constructor Detail |
---|
public SwapRowsException(int row1, int row2)
Method Detail |
---|
public int getRow1()
public int getRow2()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |