net.jbeans.io
Class InvalidFileModeException

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

public final class InvalidFileModeException
extends FileIOException

InvalidFileModeException is thown when invalid file mode is specified.

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

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

InvalidFileModeException

public InvalidFileModeException()

InvalidFileModeException

public InvalidFileModeException(java.lang.String string)


Copyright © 2003 JBean project. All Rights Reserved.