Class SleighException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.app.plugin.processors.sleigh.SleighException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SleighProgramCompiler.DetailedSleighException
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
- See Also:
-
Constructor Summary
ConstructorDescriptionSleighException
(String message) SleighException
(String message, 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
-
SleighException
- Parameters:
message
-
-
SleighException
-