#include <UnsupportedOperationError.h>
Inheritance diagram for Sct::UnsupportedOperationError:


Public Member Functions | |
| UnsupportedOperationError (const string &msg, const string &file, int line) throw () | |
| Creates an Exception with message msg and no cause.   | |
| UnsupportedOperationError (Throwable &cause, const string &file, int line) throw () | |
| Creates an Exception with a cause.   | |
| UnsupportedOperationError (const string &msg, Throwable &cause, const string &file, int line) throw () | |
| Creates an Exception with a message and a cause.   | |
Definition at line 13 of file UnsupportedOperationError.h.
      
  | 
  ||||||||||||||||
| 
 Creates an Exception with message msg and no cause. 
 Definition at line 18 of file UnsupportedOperationError.h.  | 
  
      
  | 
  ||||||||||||||||
| 
 Creates an Exception with a cause. Useful for simply wrapping exceptions. Definition at line 26 of file UnsupportedOperationError.h.  | 
  
      
  | 
  ||||||||||||||||||||
| 
 Creates an Exception with a message and a cause. 
 Definition at line 33 of file UnsupportedOperationError.h.  | 
  
 
1.3.5