#include <Exception.h>
Inheritance diagram for clawsoft::FileNotOpenedException:
Public Methods | |
FileNotOpenedException () | |
Default constructor. | |
const char * | toString () |
Displays the description of the exception. | |
const char * | getClassName () |
Returns the name of the current class. | |
Protected Methods | |
void | setClassName (const char *n) |
Call this method when you need to set the name of the class you're creating, typically in it's constructor, remember that you must set the classname for every class you create, that way you can have more information while debugging. | |
Protected Attributes | |
char * | description |
Stores the exception's description as a string. |
|
Default constructor.
|
|
Returns the name of the current class.
|
|
Call this method when you need to set the name of the class you're creating, typically in it's constructor, remember that you must set the classname for every class you create, that way you can have more information while debugging.
|
|
Displays the description of the exception.
|
|
Stores the exception's description as a string.
|
Authors:
Juan V. Guerrero
Jannette C. Mejia
Juan C. Guevara
Powered by: