@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, newErrorException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessage, newError, toSpecification
public 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 GraphQLError
getErrorType
in class GraphqlErrorException
public static CoercingParseValueException.Builder newCoercingParseValueException()