Class CoercingParseLiteralException

All Implemented Interfaces:
GraphQLError, Serializable

@PublicApi public class CoercingParseLiteralException extends GraphqlErrorException
See Also:
  • Constructor Details

    • CoercingParseLiteralException

      public CoercingParseLiteralException()
    • CoercingParseLiteralException

      public CoercingParseLiteralException(String message)
    • CoercingParseLiteralException

      public CoercingParseLiteralException(String message, Throwable cause)
    • CoercingParseLiteralException

      public CoercingParseLiteralException(String message, Throwable cause, SourceLocation sourceLocation)
    • CoercingParseLiteralException

      public CoercingParseLiteralException(Throwable cause)
  • Method Details