Class IntegratorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IntegratorException
    extends java.lang.Exception
    Integrator routines may throw this exception when an error occurs.

    Modified by: Joseph A. Huwaldt

    Version:
    September 16, 2012
    Author:
    Joseph A. Huwaldt Date: October 27, 2004
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IntegratorException​(java.lang.String msg)
      Constructs a IntegratorException with the specified detail message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Returns a short description of the IntegratorException.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IntegratorException

        public IntegratorException​(java.lang.String msg)
        Constructs a IntegratorException with the specified detail message. A detail message is a String that describes this particular exception.
        Parameters:
        msg - The String containing a detail message
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a short description of the IntegratorException.
        Overrides:
        toString in class java.lang.Throwable
        Returns:
        Returns this exceptions message as a string.