edu.udo.cs.wvtool.util
Class WVToolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.udo.cs.wvtool.util.WVToolException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WVTConfigException, WVToolIOException

public class WVToolException
extends java.lang.Exception

General exception thrown if a problem occurs during processing.

Version:
$Id$
Author:
Michael Wurst
See Also:
Serialized Form

Constructor Summary
WVToolException()
           
WVToolException(java.lang.String arg0)
           
WVToolException(java.lang.String arg0, java.lang.Throwable arg1)
           
 
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

WVToolException

public WVToolException()

WVToolException

public WVToolException(java.lang.String arg0,
                       java.lang.Throwable arg1)

WVToolException

public WVToolException(java.lang.String arg0)