Package ghidra.xml
Class XmlParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.xml.XmlParseException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionXmlParseException
(String message) XmlParseException
(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XmlParseException
-
XmlParseException
-