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(java.util.List<GraphQLError> errors) |
Modifier and Type | Method and Description |
---|---|
java.util.List<GraphQLError> |
getErrors() |
java.lang.String |
getMessage() |
java.lang.String |
toString() |
public SchemaProblem(java.util.List<GraphQLError> errors)
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.util.List<GraphQLError> getErrors()
public java.lang.String toString()
toString
in class java.lang.Throwable