Class RelocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.app.util.bin.format.RelocationException
All Implemented Interfaces:
Serializable

public class RelocationException extends Exception
RelocationException thrown when a supported relocation encounters an unexpected error during processing.
See Also:
  • Constructor Details

    • RelocationException

      public RelocationException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message (required).