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.ExceptionException that gets thrown if there is a problem parsing XML.NOTE: We used to use XMLParseExceptionbut dealing with that class was annoying in Java 9.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description XmlParseException(java.lang.String message)XmlParseException(java.lang.String message, java.lang.Throwable t)
 
-