Uses of Enum
org.eclipse.microprofile.graphql.GraphQLException.ExceptionType
-
Uses of GraphQLException.ExceptionType in org.eclipse.microprofile.graphql
Methods in org.eclipse.microprofile.graphql that return GraphQLException.ExceptionTypeModifier and TypeMethodDescriptionGraphQLException.getExceptionType()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.Methods in org.eclipse.microprofile.graphql with parameters of type GraphQLException.ExceptionTypeModifier and TypeMethodDescriptionvoidGraphQLException.setExceptionType(GraphQLException.ExceptionType type) Constructors in org.eclipse.microprofile.graphql with parameters of type GraphQLException.ExceptionTypeModifierConstructorDescriptionGraphQLException(String message, Throwable cause, GraphQLException.ExceptionType type) GraphQLException(String message, GraphQLException.ExceptionType type) GraphQLException(Throwable cause, GraphQLException.ExceptionType type)