org.spaceroots.mantissa.random
Class NotPositiveDefiniteMatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spaceroots.mantissa.MantissaException
org.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.