dk.opi.io
Class RbxIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bydk.opi.io.RbxIOException
All Implemented Interfaces:
Serializable

public class RbxIOException
extends Exception

Instances of the exception class RbxIOException are thrown on IO communication related errors.

See Also:
Serialized Form

Constructor Summary
RbxIOException(String str)
          Contructs a new RbxIOException object.
 
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

RbxIOException

public RbxIOException(String str)
Contructs a new RbxIOException object.

Parameters:
str - Textual description of the error