FileModeExceptionclassfile.t[166]

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

Superclass Tree   (in declaration order)

FileModeException
        FileException
                Exception
                        object

Subclass Tree  

(none)

Global Objects  

(none)

Summary of Properties  

Inherited from Exception :
errmsg_ 

Summary of Methods  

displayException 

Inherited from Exception :
construct  getExceptionMessage  showStackTrace 

Properties  

(none)

Methods  

displayException ( )OVERRIDDENfile.t[167]

no description available

TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3