com.plumtree.openfoundation.util
Class XPParseException

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

public class XPParseException
extends XPException

Thrown by XML classes in the case of a parsing failure, or used by XPException.GetInstance() to wrap java.text.ParseException in the Java runtime environment.

See Also:
Serialized Form

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

XPParseException

public XPParseException()
Creates a new XPParseException object.


XPParseException

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

Parameters:
message - Message to be wrapped by XPParseException.

XPParseException

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

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

XPParseException

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

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


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