#include <SQLException.h>
Public Methods | |
| SQLException ( const nsAReadableString& theMessage, const nsAReadableString& theType = NS_LITERAL_STRING("SQLException")) | |
| Constructor. More... | |
| virtual | ~SQLException () |
| const nsAReadableString& | getType () const |
| Retrieve type of exception. More... | |
| const nsAReadableString& | getMessage () const |
| Retrieve message for exception. More... | |
Private Attributes | |
| const const nsAReadableString& | m_type |
| const const nsAReadableString& | m_message |
|
|
Constructor.
Definition at line 14 of file SQLException.cpp. |
|
|
Definition at line 19 of file SQLException.cpp. |
|
|
Retrieve message for exception.
Definition at line 47 of file SQLException.h. |
|
|
Retrieve type of exception.
Definition at line 36 of file SQLException.h. |
|
|
Definition at line 55 of file SQLException.h. |
|
|
Definition at line 54 of file SQLException.h. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000