Class SledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.app.plugin.processors.generic.SledException
All Implemented Interfaces:
Serializable

public class SledException extends RuntimeException
Exceptions generated from parsing the SLED/SSL configuration files (load time)
See Also:
  • Constructor Details

    • SledException

      public SledException(Exception e)
      Parameters:
      e -
    • SledException

      public SledException()

      Constructs a SledException with no detail message.

    • SledException

      public SledException(String message)

      Constructs a SledException with the specified detail message.

      Parameters:
      message - The message.