edu.udo.cs.wvtool.util
Class WVToolIOException

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

public class WVToolIOException
extends WVToolException

Exception thrown if a problem occurs during i/o processing.

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

Constructor Summary
WVToolIOException()
           
WVToolIOException(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

WVToolIOException

public WVToolIOException()

WVToolIOException

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