Class DWARFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.app.util.bin.format.dwarf4.DWARFException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DWARFPreconditionException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDWARFException
(String message) Constructs a DWARFException with the specified 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
-
DWARFException
Constructs a DWARFException with the specified message.- Parameters:
message
- the detail message
-