com.plumtree.openfoundation.util
Class XPNotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.plumtree.openfoundation.util.XPException
                  extended by com.plumtree.openfoundation.util.XPNotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class XPNotImplementedException
extends XPException

Indicates that a facility allowed by the interface of an object is not implemented by this specific type, but might work in some later edition. Compare com.plumtree.openfoundation.XPUnsupportedOperationException which is indicated for an operation on a specific type which cannot support it.

See Also:
Serialized Form

Constructor Summary
XPNotImplementedException()
          Creates a new XPNotImplementedException object.
XPNotImplementedException(java.lang.String message)
          Creates a new XPNotImplementedException object.
XPNotImplementedException(java.lang.String message, java.lang.Throwable e)
          Creates a new XPNotImplementedException object.
XPNotImplementedException(java.lang.Throwable e)
          Creates a new XPNotImplementedException object.
 
Method Summary
 
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

XPNotImplementedException

public XPNotImplementedException()
Creates a new XPNotImplementedException object.


XPNotImplementedException

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

Parameters:
message - Message to be wrapped by XPNotImplementedException.

XPNotImplementedException

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

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

XPNotImplementedException

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

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


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