| Modifier and Type | Method and Description |
|---|---|
GraphQLException.ExceptionType |
GraphQLException.getExceptionType() |
static GraphQLException.ExceptionType |
GraphQLException.ExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphQLException.ExceptionType[] |
GraphQLException.ExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphQLException.setExceptionType(GraphQLException.ExceptionType type) |
| Constructor and Description |
|---|
GraphQLException(GraphQLException.ExceptionType type) |
GraphQLException(String message,
GraphQLException.ExceptionType type) |
GraphQLException(String message,
Throwable cause,
GraphQLException.ExceptionType type) |
GraphQLException(Throwable cause,
GraphQLException.ExceptionType type) |
Copyright © 2019 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.