@PublicApi public class CoercingParseValueException extends GraphQLException implements GraphQLError
| Constructor and Description |
|---|
CoercingParseValueException() |
CoercingParseValueException(java.lang.String message) |
CoercingParseValueException(java.lang.String message,
java.lang.Throwable cause) |
CoercingParseValueException(java.lang.String message,
java.lang.Throwable cause,
SourceLocation sourceLocation) |
CoercingParseValueException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
getErrorType() |
java.util.List<SourceLocation> |
getLocations() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtensions, getMessage, getPath, toSpecificationpublic CoercingParseValueException()
public CoercingParseValueException(java.lang.String message)
public CoercingParseValueException(java.lang.String message,
java.lang.Throwable cause)
public CoercingParseValueException(java.lang.String message,
java.lang.Throwable cause,
SourceLocation sourceLocation)
public CoercingParseValueException(java.lang.Throwable cause)
public java.util.List<SourceLocation> getLocations()
getLocations in interface GraphQLErrorSourceLocation
describes the beginning of an associated syntax elementpublic ErrorType getErrorType()
getErrorType in interface GraphQLError