net.sf.vcaperture.tool
Class ToolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.vcaperture.tool.ToolException
All Implemented Interfaces:
java.io.Serializable

public class ToolException
extends java.lang.Exception

Any tool that encounters a problem that prohibits it from finishing its work should throw an instance of this exception.

Author:
Jeremy Thomerson (jthomerson@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
ToolException()
           
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ToolException

public ToolException()

ToolException

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

ToolException

public ToolException(java.lang.String message)

ToolException

public ToolException(java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.