ParsingException constructor

ParsingException(
  1. String message
)

Create a new ParsingException.

Implementation

ParsingException(this.message);