Class ExceptionHandlerFrameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.app.plugin.exceptionhandlers.gcc.structures.ehFrame.ExceptionHandlerFrameException
- All Implemented Interfaces:
Serializable
Generic Exception class for classes contained in the ehFrame package
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new ExceptionHandlerFrameException with the specified detail message and cause.ExceptionHandlerFrameException
(String message) Constructs a new ExceptionHandlerFrameException with the specified detail message.ExceptionHandlerFrameException
(String message, Throwable cause) Constructs a new ExceptionHandlerFrameException with the specified detail message and cause.Constructs a new ExceptionHandlerFrameException with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExceptionHandlerFrameException
public ExceptionHandlerFrameException()Constructs a new ExceptionHandlerFrameException with the specified detail message and cause. -
ExceptionHandlerFrameException
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
Constructs a new ExceptionHandlerFrameException with the specified detail message.- Parameters:
message
- the detail message.
-
ExceptionHandlerFrameException
Constructs a new ExceptionHandlerFrameException with the specified cause.- Parameters:
cause
- the cause of this exception being thrown.
-