Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends UserException
The exception that is thrown when an error occurs during the parsing of an IceGrid XML file.
See Also:
  • Field Details

    • reason

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

    • ParseException

      public ParseException()
      Constructs a ParseException.
    • ParseException

      public ParseException(String reason)
      Constructs a ParseException with values for all its fields.
      Parameters:
      reason - The reason for the failure.
  • Method Details

    • ice_id

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