Class DefaultAssemblyResolvedError

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

public class DefaultAssemblyResolvedError extends AbstractAssemblyResolution implements AssemblyResolvedError
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.