org.mule.umo.endpoint
Class MalformedEndpointException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mule.umo.UMOException
              extended byorg.mule.umo.endpoint.EndpointException
                  extended byorg.mule.umo.endpoint.MalformedEndpointException
All Implemented Interfaces:
java.io.Serializable

public class MalformedEndpointException
extends EndpointException

MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url

Version:
$Revision: 1.4 $
Author:
Ross Mason
See Also:
MuleEndpointURI, Serialized Form

Constructor Summary
MalformedEndpointException(java.lang.String endpoint)
           
MalformedEndpointException(java.lang.String endpoint, java.lang.Throwable cause)
           
MalformedEndpointException(java.lang.Throwable cause)
           
 
Methods inherited from class org.mule.umo.UMOException
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getInfo, getMessage, getMessageCode, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedEndpointException

public MalformedEndpointException(java.lang.String endpoint)
Parameters:
endpoint - the endpoint that could not be parsed

MalformedEndpointException

public MalformedEndpointException(java.lang.String endpoint,
                                  java.lang.Throwable cause)
Parameters:
endpoint - the endpoint that could not be parsed
cause - the exception that cause this exception to be thrown

MalformedEndpointException

public MalformedEndpointException(java.lang.Throwable cause)


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.