ParseException constructor

ParseException(
  1. String message
)

Creates a ParseException with the message

Implementation

ParseException(String message) : super(message);