Package ghidra.app.plugin.assembler
Class AssemblyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.app.plugin.assembler.AssemblyException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AssemblyGrammarException
,AssemblySemanticException
,AssemblySyntaxException
A checked exception used for input errors regarding the assembler
- See Also:
-
Constructor Summary
ConstructorDescriptionAssemblyException
(String message) AssemblyException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AssemblyException
-
AssemblyException
-