Package ghidra.xml
Class XmlParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.xml.XmlParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class XmlParseException extends java.lang.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlParseException(java.lang.String message)
XmlParseException(java.lang.String message, java.lang.Throwable t)
-