SchemaException constructor

SchemaException(
  1. String message
)

Implementation

SchemaException(String message) : super(message);