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
-
Constructor Summary
ConstructorDescriptionAssemblySyntaxException
(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
-
Field Details
-
errors
-
-
Constructor Details
-
AssemblySyntaxException
-
AssemblySyntaxException
Construct a syntax exception with the associated syntax errors- Parameters:
errors
- the associated syntax errors
-
-
Method Details
-
getErrors
Get the collection of associated syntax errors- Returns:
- the collection
-