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