org.eclipse.ecf.osgi.services.remoteserviceadmin
Class EndpointDescriptionParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionParseException
- All Implemented Interfaces:
- java.io.Serializable
public class EndpointDescriptionParseException
- extends java.lang.Exception
Exception class to represent endpoint description parse problems when
performed by IEndpointDescriptionReader
.
- See Also:
IEndpointDescriptionReader.readEndpointDescriptions(java.io.InputStream)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EndpointDescriptionParseException
public EndpointDescriptionParseException()
EndpointDescriptionParseException
public EndpointDescriptionParseException(java.lang.String message)
EndpointDescriptionParseException
public EndpointDescriptionParseException(java.lang.Throwable cause)
EndpointDescriptionParseException
public EndpointDescriptionParseException(java.lang.String message,
java.lang.Throwable cause)