LexActivatorException constructor

LexActivatorException(
  1. int status
)

Implementation

LexActivatorException(this.status) {
  message = generateExceptionMessage(status);
}