Class AssemblyResolvedError

java.lang.Object
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedError
All Implemented Interfaces:
Comparable<AssemblyResolution>

public class AssemblyResolvedError extends AssemblyResolution
A AssemblyResolution indicating the occurrence of a (usually semantic) error

The description should indicate where the error occurred. The error message should explain the actual error. To help the user diagnose the nature of the error, errors in sub-constructors should be placed as children of an error given by the parent constructor.