Class ParseException

All Implemented Interfaces:
Serializable, Cloneable

public class ParseException extends UserException
This exception is raised if an error occurs during parsing.
See Also:
  • Field Details

    • reason

      public String reason
      The reason for the failure.
  • Constructor Details

    • ParseException

      public ParseException()
    • ParseException

      public ParseException(Throwable cause)
    • ParseException

      public ParseException(String reason)
    • ParseException

      public ParseException(String reason, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: UserException
      Returns the type id of this exception.
      Specified by:
      ice_id in class UserException
      Returns:
      The type id of this exception.