Cerberus X Documentation

Class StreamError

Common base class for stream exceptions. More...

Declarations

Extends
Throwable The Throwable class must be extended by all classes that are intended to be used with Throw.
Extended By
StreamReadError , StreamWriteError
Please note that only documented classes are listed here, there might be undocumented classes that extend this one.
Methods
GetStream : Stream () Returns the stream involved in the error.
ToString : String () Returns a message describing the error.

Detailed Discussion

Common base class for stream exceptions.


Methods Documentation

Method GetStream : Stream ()

Returns the stream involved in the error.

Method ToString : String ()

Returns a message describing the error.