Class PefException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.app.util.bin.format.pef.PefException
All Implemented Interfaces:
Serializable

public class PefException extends Exception
An exception class to handle encountering invalid PEF Headers.
See Also:
  • Constructor Details

    • PefException

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

      public PefException(Exception cause)
      Constructs a new exception with the specified cause and a detail message.
      Parameters:
      cause - the cause (which is saved for later retrieval by the method