Package com.imsl.math

Class OdeAdamsGear.ToleranceTooSmallException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.OdeAdamsGear.ToleranceTooSmallException
All Implemented Interfaces:
Serializable
Enclosing class:
OdeAdamsGear

public static class OdeAdamsGear.ToleranceTooSmallException extends IMSLException
Tolerance is too small or the problem is stiff.
See Also:
  • Constructor Details

    • ToleranceTooSmallException

      public ToleranceTooSmallException(String message)
      Constructs a ToleranceTooSmallException with the specified detailed message. The detailed message is a String that describes this particular exception.
      Parameters:
      message - a String containing the error message
    • ToleranceTooSmallException

      public ToleranceTooSmallException(String key, Object[] arguments)
      Constructs a ToleranceTooSmallException with the specified detailed message. The detailed message is a String that describes this particular exception.
      Parameters:
      key - the String key of the error message in the resource bundle
      arguments - an array containing arguments used within the error message string