Class GQLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- net.morimekta.util.lexer.LexerException
-
- net.morimekta.providence.graphql.parser.GQLException
-
- All Implemented Interfaces:
java.io.Serializable,net.morimekta.util.Displayable
public class GQLException extends net.morimekta.util.lexer.LexerException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GQLException(java.lang.String message)GQLException(java.lang.String message, java.lang.Throwable cause)GQLException(java.lang.String message, net.morimekta.util.lexer.Token token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class net.morimekta.util.lexer.LexerException
displayString, getError, getLength, getLine, getLineNo, getLinePos, initCause, replaceNonPrintable
-
-
-
-
Constructor Detail
-
GQLException
public GQLException(@Nonnull java.lang.String message, @Nonnull java.lang.Throwable cause)
-
GQLException
public GQLException(@Nonnull java.lang.String message, @Nonnull net.morimekta.util.lexer.Token token)
-
GQLException
public GQLException(@Nonnull java.lang.String message)
-
-