Package ghidra.pcode.exec
Class SleighUtils.SleighParseError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.pcode.exec.SleighUtils.SleighParseError
- All Implemented Interfaces:
Serializable
- Enclosing class:
SleighUtils
An exception carrying one or more Sleigh parsing errors
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the actual errorsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SleighParseError
-
-
Method Details
-
getErrors
Get the actual errors- Returns:
- the list of entries
-