@PublicApi public class CoercingParseLiteralException extends GraphqlErrorException
Modifier and Type | Class and Description |
---|---|
static class |
CoercingParseLiteralException.Builder |
GraphqlErrorException.BuilderBase<T extends GraphqlErrorException.BuilderBase<T,B>,B extends GraphqlErrorException>
Constructor and Description |
---|
CoercingParseLiteralException() |
CoercingParseLiteralException(java.lang.String message) |
CoercingParseLiteralException(java.lang.String message,
java.lang.Throwable cause) |
CoercingParseLiteralException(java.lang.String message,
java.lang.Throwable cause,
SourceLocation sourceLocation) |
CoercingParseLiteralException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ErrorType |
getErrorType() |
static CoercingParseLiteralException.Builder |
newCoercingParseLiteralException() |
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, toSpecification
public CoercingParseLiteralException()
public CoercingParseLiteralException(java.lang.String message)
public CoercingParseLiteralException(java.lang.String message, java.lang.Throwable cause)
public CoercingParseLiteralException(java.lang.String message, java.lang.Throwable cause, SourceLocation sourceLocation)
public CoercingParseLiteralException(java.lang.Throwable cause)
public ErrorType getErrorType()
getErrorType
in interface GraphQLError
getErrorType
in class GraphqlErrorException
public static CoercingParseLiteralException.Builder newCoercingParseLiteralException()