@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, newErrorExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessage, toSpecificationpublic 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 GraphQLErrorgetErrorType in class GraphqlErrorExceptionpublic static CoercingSerializeException.Builder newCoercingSerializeException()