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.ExceptionAn exception from (or that has passed through) the decompiler process- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DecompileException(java.lang.String type, java.lang.String msg)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
 
-