Class SolverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.app.plugin.assembler.sleigh.expr.SolverException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NeedsBackfillException
An exception that indicates no solution is possible
- See Also:
-
Constructor Summary
ConstructorDescriptionSolverException
(String message) SolverException
(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
-
SolverException
-
SolverException
-