SchemaException constructor

SchemaException(
  1. String message
)

See SchemaException.

Implementation

SchemaException(String message) : super(message);