Package com.zeroc.Ice
Class EndpointParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.EndpointParseException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception is raised if there was an error while parsing an
endpoint.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEndpointParseException
(String str, Throwable cause) EndpointParseException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
str
Describes the failure and includes the string that could not be parsed.
-
-
Constructor Details
-
EndpointParseException
public EndpointParseException() -
EndpointParseException
-
EndpointParseException
-
EndpointParseException
-
-
Method Details