LSLException constructor

LSLException(
  1. String message
)

Creates a new LSLException with the given message. The message parameter is used to create the exception message.

Implementation

LSLException(this.message);