Class ExceptionHandlerFrameException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- ghidra.app.plugin.exceptionhandlers.gcc.structures.ehFrame.ExceptionHandlerFrameException
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class ExceptionHandlerFrameException extends java.lang.ExceptionGeneric Exception class for classes contained in the ehFrame package- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ExceptionHandlerFrameException()Constructs a new ExceptionHandlerFrameException with the specified detail message and cause.ExceptionHandlerFrameException(java.lang.String message)Constructs a new ExceptionHandlerFrameException with the specified detail message.ExceptionHandlerFrameException(java.lang.String message, java.lang.Throwable cause)Constructs a new ExceptionHandlerFrameException with the specified detail message and cause.ExceptionHandlerFrameException(java.lang.Throwable cause)Constructs a new ExceptionHandlerFrameException with the specified cause. 
 - 
 
- 
- 
Constructor Detail
- 
ExceptionHandlerFrameException
public ExceptionHandlerFrameException()
Constructs a new ExceptionHandlerFrameException with the specified detail message and cause. 
- 
ExceptionHandlerFrameException
public ExceptionHandlerFrameException(java.lang.String message, java.lang.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(java.lang.String message)
Constructs a new ExceptionHandlerFrameException with the specified detail message.- Parameters:
 message- the detail message.
 
- 
ExceptionHandlerFrameException
public ExceptionHandlerFrameException(java.lang.Throwable cause)
Constructs a new ExceptionHandlerFrameException with the specified cause.- Parameters:
 cause- the cause of this exception being thrown.
 
 - 
 
 -