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:
java.io.Serializable
public class CompilerSpecNotFoundException extends java.io.IOException
Exception class used when the named compiler spec cannot be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompilerSpecNotFoundException(LanguageID languageId, CompilerSpecID compilerSpecID)
CompilerSpecNotFoundException(LanguageID languageId, CompilerSpecID compilerSpecID, java.lang.String resourceFileName, java.lang.Throwable e)
-
-
-
Constructor Detail
-
CompilerSpecNotFoundException
public CompilerSpecNotFoundException(LanguageID languageId, CompilerSpecID compilerSpecID)
-
CompilerSpecNotFoundException
public CompilerSpecNotFoundException(LanguageID languageId, CompilerSpecID compilerSpecID, java.lang.String resourceFileName, java.lang.Throwable e)
-
-