Package ghidra.app.plugin.assembler
Class AssemblySyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.app.plugin.assembler.AssemblyException
ghidra.app.plugin.assembler.AssemblySyntaxException
- All Implemented Interfaces:
Serializable
Thrown when all parses of an assembly instruction result in syntax errors.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAssemblySyntaxException
(String message) Construct a syntax exception with the associated syntax errors -
Method Summary
Modifier and TypeMethodDescriptionGet the collection of associated syntax errorsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString