Class OpinionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.app.util.opinion.OpinionException
All Implemented Interfaces:
Serializable

public class OpinionException extends Exception
A class to represent an error when processing an opinion.
See Also:
  • Constructor Details

    • OpinionException

      public OpinionException(String msg)
      Constructs a new opinion exception with the specified detail message.
      Parameters:
      msg - the detail message
    • OpinionException

      public OpinionException(Exception cause)
      Constructs a new exception with the specified cause
      Parameters:
      cause - the cause of the exception