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.ExceptionA class to represent an error when processing an opinion.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors 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- 
OpinionExceptionpublic OpinionException(java.lang.String msg) Constructs a new opinion exception with the specified detail message.- Parameters:
- msg- the detail message
 
 - 
OpinionExceptionpublic OpinionException(java.lang.Exception cause) Constructs a new exception with the specified cause- Parameters:
- cause- the cause of the exception
 
 
- 
 
-