Package com.zeroc.Ice

Class EndpointParseException

All Implemented Interfaces:
Serializable, Cloneable

public class EndpointParseException extends LocalException
This exception is raised if there was an error while parsing an endpoint.
See Also:
  • Field Details

    • str

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

    • EndpointParseException

      public EndpointParseException()
    • EndpointParseException

      public EndpointParseException(Throwable cause)
    • EndpointParseException

      public EndpointParseException(String str)
    • EndpointParseException

      public EndpointParseException(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.