ch.javasoft.smx.exception
Class SingularMatrixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.ArithmeticException
                  extended by ch.javasoft.smx.exception.SingularMatrixException
All Implemented Interfaces:
Serializable

public class SingularMatrixException
extends ArithmeticException

The SingularMatrixException TODO type javadoc for SingularMatrixException

See Also:
Serialized Form

Constructor Summary
SingularMatrixException(int dependantRow)
           
SingularMatrixException(String s, int dependantRow)
           
 
Method Summary
 int getDependantRow()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SingularMatrixException

public SingularMatrixException(int dependantRow)

SingularMatrixException

public SingularMatrixException(String s,
                               int dependantRow)
Parameters:
s - the error message
dependantRow - the row which caused the exception
Method Detail

getDependantRow

public int getDependantRow()

toString

public String toString()
Overrides:
toString in class Throwable