Package ghidra.app.script
Class JythonStubScriptProvider.JythonStubException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.app.script.GhidraScriptLoadException
ghidra.app.script.JythonStubScriptProvider.JythonStubException
- All Implemented Interfaces:
Serializable
- Enclosing class:
JythonStubScriptProvider
public static class JythonStubScriptProvider.JythonStubException NEW
extends GhidraScriptLoadException
A special type of
GhidraScriptLoadException used to indicate that the Jython
Extension is not installed.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JythonStubException
public JythonStubException()Construct an newJythonStubScriptProvider.JythonStubException
-