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