Package com.zeroc.Ice
Class ProxyParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.ProxyParseException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception is raised if there was an error while parsing a
stringified proxy.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProxyParseException
(String str, Throwable cause) ProxyParseException
(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
-
ProxyParseException
public ProxyParseException() -
ProxyParseException
-
ProxyParseException
-
ProxyParseException
-
-
Method Details