org.apache.commons.math.random
Class NotPositiveDefiniteMatrixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.math.MathException
              extended by org.apache.commons.math.random.NotPositiveDefiniteMatrixException
All Implemented Interfaces:
java.io.Serializable

public class NotPositiveDefiniteMatrixException
extends MathException

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

Since:
1.2
Version:
$Revision: 615734 $ $Date: 2008-01-27 23:10:03 -0700 (Sun, 27 Jan 2008) $
See Also:
Serialized Form

Constructor Summary
NotPositiveDefiniteMatrixException()
          Simple constructor.
 
Method Summary
 
Methods inherited from class org.apache.commons.math.MathException
getArguments, getCause, getMessage, getPattern, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, 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.



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.