Package ghidra.pcode.struct
Class StructuredSleigh.StructuredSleighError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.pcode.struct.StructuredSleigh.StructuredSleighError
- All Implemented Interfaces:
Serializable
- Enclosing class:
StructuredSleigh
An exception for unrecoverable Structured Sleigh compilation errors
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
StructuredSleighError
(String message) protected
StructuredSleighError
(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
-
StructuredSleighError
-
StructuredSleighError
-