net.sf.vcaperture.tool
Class ToolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
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.