Package ghidra.app.plugin.assembler
Class AssemblySemanticException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.app.plugin.assembler.AssemblyException
ghidra.app.plugin.assembler.AssemblySemanticException
- All Implemented Interfaces:
Serializable
Thrown when all resolutions of an assembly instruction result in semantic errors.
For SLEIGH, semantic errors amount to incompatible contexts
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAssemblySemanticException
(String message) Construct a semantic exception with the associated semantic errors -
Method Summary
Modifier and TypeMethodDescriptionGet the collection of associated semantic errorsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errors
-
-
Constructor Details
-
AssemblySemanticException
-
AssemblySemanticException
Construct a semantic exception with the associated semantic errors- Parameters:
errors
- the associated semantic errors
-
-
Method Details
-
getErrors
Get the collection of associated semantic errors- Returns:
- the collection
-