linearalgebra.exception
Class SwapRowsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by linearalgebra.exception.SwapRowsException
All Implemented Interfaces:
java.io.Serializable

public class SwapRowsException
extends java.lang.Exception

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

m_row1

private int m_row1

m_row2

private int m_row2
Constructor Detail

SwapRowsException

public SwapRowsException(int row1,
                         int row2)
Method Detail

getRow1

public int getRow1()

getRow2

public int getRow2()