Class SledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ghidra.app.plugin.processors.generic.SledException
-
- All Implemented Interfaces:
java.io.Serializable
public class SledException extends java.lang.RuntimeException
Exceptions generated from parsing the SLED/SSL configuration files (load time)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SledException()
Constructs a SledException with no detail message.SledException(java.lang.Exception e)
SledException(java.lang.String message)
Constructs a SledException with the specified detail message.
-
-
-
Constructor Detail
-
SledException
public SledException(java.lang.Exception e)
- Parameters:
e
-
-
SledException
public SledException()
Constructs a SledException with no detail message.
-
SledException
public SledException(java.lang.String message)
Constructs a SledException with the specified detail message.
- Parameters:
message
- The message.
-
-