Package com.zeroc.Ice

Class EndpointSelectionTypeParseException

All Implemented Interfaces:
Serializable, Cloneable

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

    • str

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

    • EndpointSelectionTypeParseException

      public EndpointSelectionTypeParseException()
    • EndpointSelectionTypeParseException

      public EndpointSelectionTypeParseException(Throwable cause)
    • EndpointSelectionTypeParseException

      public EndpointSelectionTypeParseException(String str)
    • EndpointSelectionTypeParseException

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