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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessage
public NonNullableFieldWasNullException(TypeInfo typeInfo)
public TypeInfo getTypeInfo()
public java.util.List<SourceLocation> getLocations()
getLocations
in interface GraphQLError
public ErrorType getErrorType()
getErrorType
in interface GraphQLError