Package ghidra.app.util.bin.format.elf
Class ElfException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- ghidra.app.util.bin.format.elf.ElfException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ElfException extends java.lang.ExceptionAn exception class to handle encountering invalid ELF Headers.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ElfException(java.lang.Exception cause)Constructs a new exception with the specified cause and a detail message.ElfException(java.lang.String message)Constructs a new exception with the specified detail message.
 
- 
- 
- 
Constructor Detail- 
ElfExceptionpublic ElfException(java.lang.String message) Constructs a new exception with the specified detail message.- Parameters:
- message- the detail message.
 
 - 
ElfExceptionpublic ElfException(java.lang.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
 
 
- 
 
-