Package graphql.parser.exceptions
Class InvalidUnicodeSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
graphql.GraphQLException
graphql.parser.InvalidSyntaxException
graphql.parser.exceptions.InvalidUnicodeSyntaxException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidUnicodeSyntaxException
(@NonNull I18n i18N, @NonNull String msgKey, @NonNull SourceLocation sourceLocation, @NonNull String offendingToken) -
Method Summary
Methods inherited from class graphql.parser.InvalidSyntaxException
getLocation, getMessage, getOffendingToken, getSourcePreview, toInvalidSyntaxError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidUnicodeSyntaxException
public InvalidUnicodeSyntaxException(@NonNull I18n i18N, @NonNull String msgKey, @NonNull SourceLocation sourceLocation, @NonNull String offendingToken)
-