2005/5/9

     
 

class NullPointerException

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::lang::NullPointerException Class Reference

#include <NullPointerException.h>

Inheritance diagram for acdk::lang::NullPointerException:

acdk::lang::RuntimeException acdk::lang::Exception acdk::lang::Throwable acdk::lang::Object acdk::io::Serializable acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

Will be thrown in case a Nil object reference will be accessed via method or field access.

API: Java

Author:
Roger Rene Kommer
Version:
Revision
1.11
Date:
Date
2005/04/09 19:26:48


Public Member Functions

 NullPointerException ()
 NullPointerException (IN(RString) what)


Constructor & Destructor Documentation

acdk::lang::NullPointerException::NullPointerException  )  [inline]
 

acdk::lang::NullPointerException::NullPointerException IN(RString what  )  [inline]