com.plumtree.openfoundation.util
Class XPUnsupportedOperationException

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.XPUnsupportedOperationException
All Implemented Interfaces:
java.io.Serializable

public class XPUnsupportedOperationException
extends XPException

Indicates an operation allowed by the type interface that is disallowed or impossible for this particular subtype or instance, for example, attempts to modify a Collection accessed through an unmodifiable wrapper. Wraps java.lang.UnsupportedOperationException when thrown by code called by Open Foundation.

See Also:
Serialized Form

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

XPUnsupportedOperationException

public XPUnsupportedOperationException()
Creates a new XPUnsupportedOperationException object.


XPUnsupportedOperationException

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

Parameters:
message - Message to be wrapped by XPUnsupportedOperationException.

XPUnsupportedOperationException

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

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

XPUnsupportedOperationException

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

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


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