Class SledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.app.plugin.processors.generic.SledException
- All Implemented Interfaces:
Serializable
Exceptions generated from parsing the SLED/SSL configuration files (load time)
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a SledException with no detail message.SledException
(String message) Constructs a SledException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SledException
- Parameters:
e
-
-
SledException
public SledException()Constructs a SledException with no detail message.
-
SledException
Constructs a SledException with the specified detail message.
- Parameters:
message
- The message.
-