#include <NullPointerException.hpp>
Inheritance diagram for NullPointerException::
Public Methods | |
NullPointerException () | |
NullPointerException (String *s) |
|
Definition at line 18 of file NullPointerException.hpp. 00018 : RuntimeException() { } |
|
Definition at line 19 of file NullPointerException.hpp. 00019 : RuntimeException( s ) { } |