js.common
Class ToolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by js.common.ToolException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TinyVMException

public class ToolException
extends java.lang.Exception

Generic tool exception.

See Also:
Serialized Form

Constructor Summary
ToolException(java.lang.String message)
           
ToolException(java.lang.String message, java.lang.Throwable cause)
           
ToolException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ToolException

public ToolException(java.lang.String message)
Parameters:
message -

ToolException

public ToolException(java.lang.Throwable cause)
Parameters:
cause -

ToolException

public ToolException(java.lang.String message,
                     java.lang.Throwable cause)
Parameters:
message -
cause -