Package ghidra.app.util.opinion
Class OpinionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.app.util.opinion.OpinionException
-
- All Implemented Interfaces:
java.io.Serializable
public class OpinionException extends java.lang.Exception
A class to represent an error when processing an opinion.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpinionException(java.lang.Exception cause)
Constructs a new exception with the specified causeOpinionException(java.lang.String msg)
Constructs a new opinion exception with the specified detail message.
-
-
-
Constructor Detail
-
OpinionException
public OpinionException(java.lang.String msg)
Constructs a new opinion exception with the specified detail message.- Parameters:
msg
- the detail message
-
OpinionException
public OpinionException(java.lang.Exception cause)
Constructs a new exception with the specified cause- Parameters:
cause
- the cause of the exception
-
-