com.plumtree.openfoundation.util
Class XPIllegalArgumentException

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

public class XPIllegalArgumentException
extends XPException

Thrown to indicate that a method has been passed an illegal or inappropriate argument.

See Also:
Serialized Form

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

XPIllegalArgumentException

public XPIllegalArgumentException()
Creates a new XPIllegalArgumentException object.


XPIllegalArgumentException

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

Parameters:
message - Message to be wrapped by XPIllegalArgumentException.

XPIllegalArgumentException

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

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

XPIllegalArgumentException

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

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


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