#include <IoExceptions.h>
Inheritance diagram for Sct::StreamCorruptedException:


Public Member Functions | |
| StreamCorruptedException (const string &msg, const string &file, int line) throw () | |
| Creates an Exception with message msg and no cause.   | |
| StreamCorruptedException (Throwable &cause, const string &file, int line) throw () | |
| Creates an Exception with a cause.   | |
| StreamCorruptedException (const string &msg, Throwable &cause, const string &file, int line) throw () | |
| Creates an Exception with a message and a cause.   | |
Definition at line 117 of file IoExceptions.h.
      
  | 
  ||||||||||||||||
| 
 Creates an Exception with message msg and no cause. 
 Definition at line 75 of file IoExceptions.cpp.  | 
  
      
  | 
  ||||||||||||||||
| 
 Creates an Exception with a cause. Useful for simply wrapping exceptions. Definition at line 79 of file IoExceptions.cpp.  | 
  
      
  | 
  ||||||||||||||||||||
| 
 Creates an Exception with a message and a cause. 
 Definition at line 83 of file IoExceptions.cpp.  | 
  
 
1.3.5