Class DecompileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.app.decompiler.DecompileException
All Implemented Interfaces:
Serializable

public class DecompileException extends Exception
An exception from (or that has passed through) the decompiler process
See Also:
  • Constructor Details

    • DecompileException

      public DecompileException(String type, String msg)
  • Method Details