Package com.zeroc.Ice

Class VersionParseException

All Implemented Interfaces:
Serializable, Cloneable

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

    • str

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

    • VersionParseException

      public VersionParseException()
    • VersionParseException

      public VersionParseException(Throwable cause)
    • VersionParseException

      public VersionParseException(String str)
    • VersionParseException

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