Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends AbstractXmlMergeException
Thrown when XML parsing fails.
Author:
Laurent Bovet (LBO), Alex Mathey (AMA)
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String message)
      Constructor with message.
      Parameters:
      message - Exception message
    • ParseException

      public ParseException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - Exception message
      cause - Exception cause
    • ParseException

      public ParseException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - Exception cause