Package ghidra.app.util.opinion
Class OpinionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.app.util.opinion.OpinionException
- All Implemented Interfaces:
Serializable
A class to represent an error when processing an opinion.
- See Also:
-
Constructor Summary
ConstructorDescriptionOpinionException
(Exception cause) Constructs a new exception with the specified causeOpinionException
(String msg) Constructs a new opinion 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
-
OpinionException
Constructs a new opinion exception with the specified detail message.- Parameters:
msg
- the detail message
-
OpinionException
Constructs a new exception with the specified cause- Parameters:
cause
- the cause of the exception
-