Class DWARFPreconditionException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- ghidra.app.util.bin.format.dwarf4.DWARFException
 - 
- ghidra.app.util.bin.format.dwarf4.DWARFPreconditionException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class DWARFPreconditionException extends DWARFException
Thrown when a precondition to successfully processing DWARF information is not met.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DWARFPreconditionException(java.lang.String message) 
 -