Package ghidra.program.model.lang
Class CompilerSpecNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ghidra.program.model.lang.CompilerSpecNotFoundException
- All Implemented Interfaces:
Serializable
Exception class used when the named compiler spec cannot be found.
- See Also:
-
Constructor Summary
ConstructorDescriptionCompilerSpecNotFoundException
(LanguageID languageId, CompilerSpecID compilerSpecID) CompilerSpecNotFoundException
(LanguageID languageId, CompilerSpecID compilerSpecID, String resourceFileName, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompilerSpecNotFoundException
-
CompilerSpecNotFoundException
public CompilerSpecNotFoundException(LanguageID languageId, CompilerSpecID compilerSpecID, String resourceFileName, Throwable e)
-