Class 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.String toString()  
      • Methods inherited from class net.morimekta.util.lexer.LexerException

        displayString, getError, getLength, getLine, getLineNo, getLinePos, initCause, replaceNonPrintable
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class net.morimekta.util.lexer.LexerException