public class NonNullableFieldWasNullException extends java.lang.RuntimeException implements GraphQLError
GraphQLError.Helper| Constructor and Description |
|---|
NonNullableFieldWasNullException(TypeInfo typeInfo) |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
getErrorType() |
java.util.List<SourceLocation> |
getLocations() |
TypeInfo |
getTypeInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessagepublic NonNullableFieldWasNullException(TypeInfo typeInfo)
public TypeInfo getTypeInfo()
public java.util.List<SourceLocation> getLocations()
getLocations in interface GraphQLErrorpublic ErrorType getErrorType()
getErrorType in interface GraphQLError