java.lang
Class NullPointerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.NullPointerException

public class NullPointerException
extends RuntimeException


Constructor Summary
NullPointerException()
           
NullPointerException(String message)
           
NullPointerException(String message, Throwable cause)
           
NullPointerException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

NullPointerException

public NullPointerException(String message)

NullPointerException

public NullPointerException()

NullPointerException

public NullPointerException(Throwable cause)

NullPointerException

public NullPointerException(String message,
                            Throwable cause)