org.esa.beam.util.math
Class SingularMatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.ArithmeticException
org.esa.beam.util.math.SingularMatrixException
- All Implemented Interfaces:
- Serializable
public class SingularMatrixException
- extends ArithmeticException
Thrown, if a matrix is singular and processing cannot be continued.
- Version:
- $Revision$ $Date$
- Author:
- Norman Fomferra
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SingularMatrixException
public SingularMatrixException()
- Constructs a
SingularMatrixException with no detail message.
SingularMatrixException
public SingularMatrixException(String s)
- Constructs a
SingularMatrixException with the specified detail message.
- Parameters:
s - the detail message.
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.