#include <ReadOnlyException.hh>
Inheritance diagram for rovsoft::io::ReadOnlyException:
Public Member Functions | |
ReadOnlyException (const std::string &mess="", lib::ThrowablePtr cause=0) | |
virtual void | toStream (std::ostream &out) const |
The same as toString, but writes to a stream. |
A ReadOnlyException is thrown when an application tries to write to some object that does not support writting.
|
|
|
The same as toString, but writes to a stream.
Reimplemented from rovsoft::io::IOException. Here is the call graph for this function: ![]() |