com.plumtree.openfoundation.util
Class XPNullPointerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.plumtree.openfoundation.util.XPException
                  extended bycom.plumtree.openfoundation.util.XPNullPointerException
All Implemented Interfaces:
java.io.Serializable

public class XPNullPointerException
extends XPException

Thrown when an application attempts to use null in a case where an object is required. These include:

Applications should throw instances of this class to indicate other illegal uses of the null object.

See Also:
Serialized Form

Constructor Summary
XPNullPointerException()
          Creates a new XPNullPointerException object.
XPNullPointerException(java.lang.String message)
          Creates a new XPNullPointerException object.
XPNullPointerException(java.lang.String message, java.lang.Throwable e)
          Creates a new XPNullPointerException object.
XPNullPointerException(java.lang.Throwable e)
          Creates a new XPNullPointerException object.
 
Methods inherited from class com.plumtree.openfoundation.util.XPException
exceptionToString, ExceptionToString, GetInnerException, GetInstance, GetInstance, getMessage, GetMessage, GetStackTrace, printStackTrace, PrintStackTrace, printStackTrace, ToString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPNullPointerException

public XPNullPointerException()
Creates a new XPNullPointerException object.


XPNullPointerException

public XPNullPointerException(java.lang.String message)
Creates a new XPNullPointerException object.

Parameters:
message - Message to be wrapped by XPNullPointerException.

XPNullPointerException

public XPNullPointerException(java.lang.Throwable e)
Creates a new XPNullPointerException object.

Parameters:
e - Exception Object to be wrapped by XPNullPointerException.

XPNullPointerException

public XPNullPointerException(java.lang.String message,
                              java.lang.Throwable e)
Creates a new XPNullPointerException object.

Parameters:
message - Message to be wrapped by XPNullPointerException.
e - Exception Object to be wrapped by XPNullPointerException.


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.