LSLException constructor
LSLException(
- String message
Creates a new LSLException with the given message.
The message parameter is used to create the exception message.
Implementation
LSLException(this.message);