Class EndpointDescriptionParseException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionParseException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class EndpointDescriptionParseException extends Exception Exception class to represent endpoint description parse problems when performed byIEndpointDescriptionReader.
- 
- 
Constructor SummaryConstructors Constructor Description EndpointDescriptionParseException()EndpointDescriptionParseException(String message)EndpointDescriptionParseException(String message, Throwable cause)EndpointDescriptionParseException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-