Package io.fria.lilo.error
Class SourceDataFetcherException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- graphql.GraphQLException
-
- io.fria.lilo.error.SourceDataFetcherException
-
- All Implemented Interfaces:
Serializable
public class SourceDataFetcherException extends graphql.GraphQLException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SourceDataFetcherException(@NotNull List<? extends graphql.GraphQLError> errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull List<? extends graphql.GraphQLError>getErrors()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-