Class RootException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RootException
    extends java.lang.Exception
    Root finding routines may throw this exception when an error occurs in the root finding routine.

    Modified by: Joseph A. Huwaldt

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

      Constructors 
      Constructor Description
      RootException​(java.lang.String msg)
      Constructs a RootException 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 RootException.
      • 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

      • RootException

        public RootException​(java.lang.String msg)
        Constructs a RootException 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 RootException.
        Overrides:
        toString in class java.lang.Throwable
        Returns:
        Returns this exceptions message as a string.