ch.javasoft.smx.exception
Class SingularMatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.ArithmeticException
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
SingularMatrixException
public SingularMatrixException(int dependantRow)
SingularMatrixException
public SingularMatrixException(String s,
int dependantRow)
- Parameters:
s - the error messagedependantRow - the row which caused the exception
getDependantRow
public int getDependantRow()
toString
public String toString()
- Overrides:
toString in class Throwable