Class PcodeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.program.model.pcode.PcodeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DecoderException

public class PcodeException extends Exception
Exception generated from problems with Pcode.
See Also:
  • Constructor Details

    • PcodeException

      public PcodeException(String msg)
    • PcodeException

      public PcodeException(String msg, Throwable cause)