Class DWARFException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ghidra.app.util.bin.format.dwarf.DWARFException
All Implemented Interfaces:
Serializable

public class DWARFException extends IOException
See Also:
  • Constructor Details

    • DWARFException

      public DWARFException()
    • DWARFException

      public DWARFException(String message)
      Constructs a DWARFException with the specified message.
      Parameters:
      message - the detail message
    • DWARFException

      public DWARFException(String message, Throwable cause)