FileModeException   classfile.t [101]

Super-Class
Tree
Sub-Class
Tree
Global
Objects
Property
Summary
Method
Summary
Property
Details
Method
Details

File mode error - this is thrown when an attempted operation is incompatible with the file's mode. This is thrown under these conditions: * - writing to a file opened for read-only access *. - reading from a file opened for write-only access *. - calling readFile or writeFile on a raw-mode file *. - calling readBytes or writeBytes on a non-raw-mode file

class FileModeException :   FileException

 Super-Class Tree   (in declaration order)

FileModeException
       
FileException
                Exception

 Sub-Class Tree  

(none)

 Global Objects  

(none)

 Summary of Properties  

(none)

 Summary of Methods  

displayException 

 Properties  

(none)

 Methods  

displayException ( )   OVERRIDDEN file.t [102]
no description available


Generated on 6/10/2003 1:17 PM from TADS3 version 3.0.6g