All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.lang.NullPointerException
null in a 
 case where an object is required. These include: 
 null object. 
 null object. 
 null as if it were an array. 
 null as if it 
     were an array. 
 null as if it were a Throwable 
     value. 
 
 Applications should throw instances of this class to indicate 
 other illegal uses of the null object.
 
 NullPointerException()
	NullPointerException()
  NullPointerException with no detail message.
   NullPointerException(String)
	NullPointerException(String)
  NullPointerException with the specified 
 detail message.
 
 NullPointerException
NullPointerException
public NullPointerException()
NullPointerException with no detail message.
 NullPointerException
NullPointerException
public NullPointerException(String s)
NullPointerException with the specified 
 detail message.
All Packages Class Hierarchy This Package Previous Next Index