ParseError constructor

ParseError(
  1. String value
)

Constructor with message and null cause.

Implementation

ParseError(String value) : super.value(value);