Class DWARFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.app.util.bin.format.dwarf4.DWARFException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DWARFPreconditionException
public class DWARFException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DWARFException(java.lang.String message)
Constructs a DWARFException with the specified message.
-