Class ExceptionHandlerFrameException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.app.plugin.exceptionhandlers.gcc.structures.ehFrame.ExceptionHandlerFrameException
All Implemented Interfaces:
Serializable

public class ExceptionHandlerFrameException extends Exception
Generic Exception class for classes contained in the ehFrame package
See Also:
  • Constructor Details

    • ExceptionHandlerFrameException

      public ExceptionHandlerFrameException()
      Constructs a new ExceptionHandlerFrameException with the specified detail message and cause.
    • ExceptionHandlerFrameException

      public ExceptionHandlerFrameException(String message, Throwable cause)
      Constructs a new ExceptionHandlerFrameException with the specified detail message and cause.
      Parameters:
      message - the detail message.
      cause - the cause of this exception being thrown.
    • ExceptionHandlerFrameException

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

      public ExceptionHandlerFrameException(Throwable cause)
      Constructs a new ExceptionHandlerFrameException with the specified cause.
      Parameters:
      cause - the cause of this exception being thrown.