Package com.zeroc.Ice

Class ParseException

All Implemented Interfaces:
Serializable

public final class ParseException extends LocalException
Reports a failure that occurred while parsing a string.
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String message)
      Constructs a ParseException with a message.
      Parameters:
      message - the detail message
    • ParseException

      public ParseException(String message, Throwable cause)
      Constructs a ParseException with a message and a cause.
      Parameters:
      message - the detail message
      cause - the cause
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: LocalException
      Returns the type ID of this exception.
      Overrides:
      ice_id in class LocalException
      Returns:
      the type ID of this exception