Package ghidra.app.decompiler
Class DecompileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.app.decompiler.DecompileException
-
- All Implemented Interfaces:
java.io.Serializable
public class DecompileException extends java.lang.Exception
An exception from (or that has passed through) the decompiler process- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecompileException(java.lang.String type, java.lang.String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-