Package com.zeroc.Ice

Class IdentityParseException

All Implemented Interfaces:
Serializable, Cloneable

public class IdentityParseException extends LocalException
This exception is raised if there was an error while parsing a stringified identity.
See Also:
  • Field Details

    • str

      public String str
      Describes the failure and includes the string that could not be parsed.
  • Constructor Details

    • IdentityParseException

      public IdentityParseException()
    • IdentityParseException

      public IdentityParseException(Throwable cause)
    • IdentityParseException

      public IdentityParseException(String str)
    • IdentityParseException

      public IdentityParseException(String str, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Specified by:
      ice_id in class Exception
      Returns:
      The type id of this exception.