Package ghidra.xml

Class XmlParseException

All Implemented Interfaces:
Serializable

public class XmlParseException extends Exception
Exception that gets thrown if there is a problem parsing XML.

NOTE: We used to use XMLParseException but dealing with that class was annoying in Java 9.

See Also:
  • Constructor Details

    • XmlParseException

      public XmlParseException(String message)
    • XmlParseException

      public XmlParseException(String message, Throwable t)