com.plumtree.openfoundation.util
Class XPMalformedURLException

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

public class XPMalformedURLException
extends XPException

Thrown to indicate that a malformed URL has occurred. Either no legal protocol could be found in a specification string or the string could not be parsed.

See Also:
Serialized Form

Constructor Summary
XPMalformedURLException(java.lang.String msg)
          Creates a new XPMalformedURLException object with an error message.
XPMalformedURLException(java.lang.String msg, java.lang.Throwable e)
          Creates a new XPMalformedURLException object with an error message and exception.
XPMalformedURLException(java.lang.Throwable e)
          Creates a new XPMalformedURLException object with an exception.
 
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

XPMalformedURLException

public XPMalformedURLException(java.lang.Throwable e)
Creates a new XPMalformedURLException object with an exception.

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

XPMalformedURLException

public XPMalformedURLException(java.lang.String msg)
Creates a new XPMalformedURLException object with an error message.

Parameters:
msg - Message to be wrapped by XPMalformedURLException.

XPMalformedURLException

public XPMalformedURLException(java.lang.String msg,
                               java.lang.Throwable e)
Creates a new XPMalformedURLException object with an error message and exception.

Parameters:
msg - Message to be wrapped by XPMalformedURLException.
e - Exception Object to be wrapped by XPMalformedURLException.


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