@PublicApi public class CoercingParseValueException extends GraphqlErrorException
| Modifier and Type | Class and Description |
|---|---|
static class |
CoercingParseValueException.Builder |
GraphqlErrorException.BuilderBase<T extends GraphqlErrorException.BuilderBase<T,B>,B extends GraphqlErrorException>| 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() |
static CoercingParseValueException.Builder |
newCoercingParseValueException() |
getExtensions, getLocations, getPath, newErrorExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessage, newError, toSpecificationpublic CoercingParseValueException()
public CoercingParseValueException(java.lang.String message)
public CoercingParseValueException(java.lang.String message,
java.lang.Throwable cause)
public CoercingParseValueException(java.lang.Throwable cause)
public CoercingParseValueException(java.lang.String message,
java.lang.Throwable cause,
SourceLocation sourceLocation)
public ErrorType getErrorType()
getErrorType in interface GraphQLErrorgetErrorType in class GraphqlErrorExceptionpublic static CoercingParseValueException.Builder newCoercingParseValueException()