Class NumericalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xinapse.numerical.NumericalException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConvergenceException

public class NumericalException extends Exception
Signals that an error has occurred when performing a numerical operation.
See Also:
  • Constructor Details

    • NumericalException

      public NumericalException()
      Constructs a NumericalException without a detail message.
    • NumericalException

      public NumericalException(String message)
      Constructs a NumericalException with the specified detail message. The error message string message can later be retrieved by the Throwable.getMessage() method of class Throwable.
      Parameters:
      message - the detail message.