Class CoercingParseValueException

All Implemented Interfaces:
GraphQLError, Serializable

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

    • CoercingParseValueException

      public CoercingParseValueException()
    • CoercingParseValueException

      public CoercingParseValueException(String message)
    • CoercingParseValueException

      public CoercingParseValueException(String message, Throwable cause)
    • CoercingParseValueException

      public CoercingParseValueException(Throwable cause)
    • CoercingParseValueException

      public CoercingParseValueException(String message, Throwable cause, SourceLocation sourceLocation)
  • Method Details