Package ghidra.util.xml
Class XmlAttributeException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- ghidra.util.xml.XmlAttributeException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class XmlAttributeException extends java.lang.RuntimeExceptionA runtime exception that is throw when invalid or missing attributes are encountered.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description XmlAttributeException(java.lang.String message)Constructs a new runtime exception with the specified detail message.
 
-