Class InvalidPageSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
graphql.relay.InvalidPageSizeException
- All Implemented Interfaces:
GraphQLError, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface GraphQLError
GraphQLError.Builder<B> -
Constructor Summary
ConstructorsConstructorDescriptionInvalidPageSizeException(String message) InvalidPageSizeException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from interface GraphQLError
getExtensions, getMessage, getPath, toSpecification
-
Constructor Details
-
InvalidPageSizeException
InvalidPageSizeException(String message) -
InvalidPageSizeException
-
-
Method Details
-
getLocations
- Specified by:
getLocationsin interfaceGraphQLError- Returns:
- the location(s) within the GraphQL document at which the error occurred. Each
SourceLocationdescribes the beginning of an associated syntax element
-
getErrorType
- Specified by:
getErrorTypein interfaceGraphQLError- Returns:
- an object classifying this error
-
equals
-
hashCode
-