Package ghidra.app.util.bin.format
Class RelocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.app.util.bin.format.RelocationException
- All Implemented Interfaces:
 Serializable
RelocationException thrown when a supported relocation encounters an
 unexpected error during processing.- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionRelocationException(String message) Constructs a new exception with the specified detail message. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
RelocationException
Constructs a new exception with the specified detail message.- Parameters:
 message- the detail message (required).
 
 -