Package com.zeroc.Ice

Class ProxyParseException

All Implemented Interfaces:
Serializable, Cloneable

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

    • str

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

    • ProxyParseException

      public ProxyParseException()
    • ProxyParseException

      public ProxyParseException(Throwable cause)
    • ProxyParseException

      public ProxyParseException(String str)
    • ProxyParseException

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