java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.ParseException
- All Implemented Interfaces:
Serializable
Reports a failure that occurred while parsing a string.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParseException
(String message) Constructs a ParseException with a message.ParseException
(String message, Throwable cause) Constructs a ParseException with a message and a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
Constructs a ParseException with a message.- Parameters:
message
- the detail message
-
ParseException
Constructs a ParseException with a message and a cause.- Parameters:
message
- the detail messagecause
- the cause
-
-
Method Details
-
ice_id
Description copied from class:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classLocalException
- Returns:
- the type ID of this exception
-