LcovException constructor

LcovException(
  1. String message, [
  2. String source = "",
  3. int offset = 0
])

Creates a new LCOV exception.

Implementation

LcovException(String message, [String source = "", int offset = 0]):
  super(message, source, offset);