waba.io
Class IOError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--waba.io.IOError

public class IOError
extends java.lang.Error

This class is used to throw an exception when any kind of input/output error happens in the classes of this package. To enable its use, set the Settings.useExceptions boolean flag to true.

Since:
SuperWaba 5.8.
See Also:
Serialized Form

Constructor Summary
IOError(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IOError

public IOError(java.lang.String msg)