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:
Serializable
A runtime exception that is throw when invalid
or missing attributes are encountered.
- See Also:
-
Constructor Summary
ConstructorDescriptionXmlAttributeException
(String message) Constructs a new runtime exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XmlAttributeException
Constructs a new runtime exception with the specified detail message.- Parameters:
message
- the detail message
-