Package antlr

Class SemanticException

    • Constructor Summary

      Constructors 
      Constructor Description
      SemanticException​(java.lang.String s)  
      SemanticException​(java.lang.String s, java.lang.String fileName, int line)
      Deprecated.
      As of ANTLR 2.7.2 use {@see #SemanticException(char, String, int, int) }
      SemanticException​(java.lang.String s, java.lang.String fileName, int line, int column)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SemanticException

        public SemanticException​(java.lang.String s)
      • SemanticException

        public SemanticException​(java.lang.String s,
                                 java.lang.String fileName,
                                 int line)
        Deprecated.
        As of ANTLR 2.7.2 use {@see #SemanticException(char, String, int, int) }
      • SemanticException

        public SemanticException​(java.lang.String s,
                                 java.lang.String fileName,
                                 int line,
                                 int column)