Package graphql.schema.idl.errors
Class SchemaProblem
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
graphql.GraphQLException
graphql.schema.idl.errors.SchemaProblem
- All Implemented Interfaces:
Serializable
A number of problems can occur when using the schema tools like
SchemaParser
or SchemaGenerator
classes and they are reported via this
exception as a list of GraphQLError
s- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SchemaProblem
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getErrors
-
toString
-