Class ToolsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ToolsException
    extends java.lang.Exception
    ToolsException is thrown when the tools encounter an error.
    Since:
    1.0 Nov 22, 2005
    Version:
    1.0
    Author:
    http://cheenath
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ToolsException​(java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • 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

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

      • ToolsException

        public ToolsException​(java.lang.String message)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable