public class SchemaMissingError extends GraphQLException
GraphQLError.Helper
Modifier and Type | Field and Description |
---|---|
protected static SourceLocation |
NO_WHERE |
Constructor and Description |
---|
SchemaMissingError() |
Modifier and Type | Method and Description |
---|---|
ErrorType |
getErrorType() |
java.util.List<SourceLocation> |
getLocations() |
static java.lang.String |
lineCol(Node node) |
java.lang.String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessage
protected static final SourceLocation NO_WHERE
public static java.lang.String lineCol(Node node)
public java.util.List<SourceLocation> getLocations()
getLocations
in interface GraphQLError
public ErrorType getErrorType()
getErrorType
in interface GraphQLError
public java.lang.String toString()
toString
in class java.lang.Throwable