js.common
Class ToolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by js.common.ToolException
Direct Known Subclasses:
TinyVMException

public class ToolException
extends Exception

Generic tool exception.

Rating red

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

Constructor Detail

ToolException

public ToolException(String message)
Parameters:
message -

ToolException

public ToolException(Throwable cause)
Parameters:
cause -

ToolException

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