com.plumtree.openfoundation.util
Class XPFormatException

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

public class XPFormatException
extends XPException

XPFormatException is thrown when the format of an argument in a method invocation does not match the format of the corresponding formal parameter type. For example, if a method specifies a String parameter consisting of two digits with an embedded period, passing a corresponding string argument containing only two digits to that method would cause XPFormatException to be thrown.

See Also:
Serialized Form

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

XPFormatException

public XPFormatException()
Creates a new XPFormatException object.


XPFormatException

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

Parameters:
message - Message to be wrapped by XPFormatException.

XPFormatException

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

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

XPFormatException

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

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


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