org.spaceroots.mantissa.random
Class NotPositiveDefiniteMatrixException

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

public class NotPositiveDefiniteMatrixException
extends MantissaException

This class represents exceptions thrown by the correlated random vector generator.

Version:
$Id: NotPositiveDefiniteMatrixException.java 1666 2005-12-15 16:37:55Z luc $
Author:
L. Maisonobe
See Also:
Serialized Form

Constructor Summary
NotPositiveDefiniteMatrixException()
          Simple constructor.
NotPositiveDefiniteMatrixException(String message)
          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

NotPositiveDefiniteMatrixException

public NotPositiveDefiniteMatrixException()
Simple constructor. build an exception with a default message.


NotPositiveDefiniteMatrixException

public NotPositiveDefiniteMatrixException(String message)
Simple constructor. build an exception with the specified message.

Parameters:
message - message to use to build the exception


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