Null-pointer-exceptions will be thrown when an invalid object (or rather a null pointer) is passed to a class constructor which requires a valid object.
More...
#include <spBaseExceptions.hpp>
List of all members.
Detailed Description
Null-pointer-exceptions will be thrown when an invalid object (or rather a null pointer) is passed to a class constructor which requires a valid object.
Constructor & Destructor Documentation
sp::io::NullPointerException::NullPointerException |
( |
const io::stringc & |
Origin |
) |
throw () [inline] |
sp::io::NullPointerException::~NullPointerException |
( |
|
) |
throw () [inline] |
Member Function Documentation
const c8* sp::io::NullPointerException::what |
( |
|
) |
const throw () [inline] |
The documentation for this class was generated from the following file: