org.esa.beam.util.math
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 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

Constructor Summary
SingularMatrixException()
          Constructs a SingularMatrixException with no detail message.
SingularMatrixException(String s)
          Constructs a SingularMatrixException with the specified detail message.
 
Method Summary
 
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
 

Constructor Detail

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-2013 Brockmann Consult GmbH. All Rights Reserved.