Class SleighException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.app.plugin.processors.sleigh.SleighException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SleighProgramCompiler.DetailedSleighException

public class SleighException extends RuntimeException
TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
  • Constructor Details

    • SleighException

      public SleighException(String message)
      Parameters:
      message -
    • SleighException

      public SleighException(String message, Throwable e)