net.sf.doodleproject.numerics4j.exception
Class NumericException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.doodleproject.numerics4j.exception.NumericException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConvergenceException

public class NumericException
extends java.lang.RuntimeException

Generic numerical exception thrown by numerics4j.

Version:
$Revision: 1.3 $ $Date: 2007/11/04 03:40:07 $
See Also:
Serialized Form

Constructor Summary
NumericException(java.lang.String message)
          Create an execption with the given 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

NumericException

public NumericException(java.lang.String message)
Create an execption with the given message.

Parameters:
message - the reason for the exception.


Copyright 2004-2004-2007 DoodleProject. All Rights Reserved.