Public Member Functions

sp::io::NullPointerException Class Reference

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.

Public Member Functions

 NullPointerException (const io::stringc &Origin) throw ()
 ~NullPointerException () throw ()
const c8what () const throw ()

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines