public class SchemaProblem extends GraphQLException
SchemaParser
or SchemaGenerator
classes and they are reported via this
exception as a list of GraphQLError
sConstructor and Description |
---|
SchemaProblem(List<GraphQLError> errors) |
Modifier and Type | Method and Description |
---|---|
List<GraphQLError> |
getErrors() |
String |
getMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public SchemaProblem(List<GraphQLError> errors)
public String getMessage()
getMessage
in class Throwable
public List<GraphQLError> getErrors()
Copyright © 2019. All rights reserved.