br.com.m4rc310.gql.exceptions.MExceptionWhileDataFetching Maven / Gradle / Ivy
The newest version!
package br.com.m4rc310.gql.exceptions;
import static graphql.Assert.assertNotNull;
import static java.lang.String.format;
import java.util.Collections;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import graphql.ErrorType;
import graphql.GraphQLError;
import graphql.GraphqlErrorHelper;
import graphql.execution.ResultPath;
import graphql.language.SourceLocation;
/**
* MExceptionWhileDataFetching class.
*
* @author marcelo
* @version $Id: $Id
*/
public class MExceptionWhileDataFetching implements GraphQLError {
private static final long serialVersionUID = 3489316369045027073L;
private final String message;
private final List