Class FunctionComparisonException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.features.bsim.gui.search.results.FunctionComparisonException
All Implemented Interfaces:
Serializable

public class FunctionComparisonException extends UsrException
An exception that can be thrown if an error is encountered while trying to compare two functions or apply information between them.
See Also:
  • Constructor Details

    • FunctionComparisonException

      public FunctionComparisonException(String msg)
      Constructor
      Parameters:
      msg - a message indicating details of the error.
    • FunctionComparisonException

      public FunctionComparisonException(String msg, Throwable cause)
      Constructor
      Parameters:
      msg - a message indicating details of the error.
      cause - another exception indicating the cause that led to this error exception.