net.jbeans.io
Class FileIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bynet.jbeans.io.FileIOException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidFileModeException

public class FileIOException
extends java.io.IOException

FileIOException is used for all net.jbeans.io package related exceptions.

Version:
$Revision: 1.1.1.1 $
Author:
Masahiro Takatsuka (masa@jbeans.net)
See Also:
IOException, Serialized Form

Constructor Summary
FileIOException()
           
FileIOException(java.lang.String string)
           
 
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

FileIOException

public FileIOException()

FileIOException

public FileIOException(java.lang.String string)


Copyright © 2003 JBean project. All Rights Reserved.