org.spaceroots.mantissa.linalg
Class SingularMatrixException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.spaceroots.mantissa.MantissaException
              extended byorg.spaceroots.mantissa.linalg.SingularMatrixException
All Implemented Interfaces:
Serializable

public class SingularMatrixException
extends MantissaException

This class represent exceptions thrown by some matrix operations.

Version:
$Id: SingularMatrixException.java 1686 2005-12-16 12:59:51Z luc $
Author:
L. Maisonobe
See Also:
Serialized Form

Constructor Summary
SingularMatrixException()
          Simple constructor.
 
Methods inherited from class org.spaceroots.mantissa.MantissaException
translate, translate
 
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()
Simple constructor. Build an exception with a default message



Copyright © 2001-2007 Luc Maisonobe. All Rights Reserved.