Class InvalidIdentifierException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidIdentifierException
    extends org.eclipse.persistence.internal.libraries.antlr.runtime.RecognitionException
    This is a custom Exception class that is thrown from ANTLR JPQL code when we validate JPQL identifiers. It indicates that the identifier is not valid in JPQL.
    Author:
    tware
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.eclipse.persistence.internal.libraries.antlr.runtime.RecognitionException

        approximateLineInfo, c, charPositionInLine, index, input, line, node, token
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidIdentifierException​(org.eclipse.persistence.internal.libraries.antlr.runtime.Token token)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.persistence.internal.libraries.antlr.runtime.Token getToken()  
      • Methods inherited from class org.eclipse.persistence.internal.libraries.antlr.runtime.RecognitionException

        extractInformationFromTreeNodeStream, getUnexpectedType
      • Methods inherited from class java.lang.Throwable

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

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

      • InvalidIdentifierException

        public InvalidIdentifierException​(org.eclipse.persistence.internal.libraries.antlr.runtime.Token token)
    • Method Detail

      • getToken

        public org.eclipse.persistence.internal.libraries.antlr.runtime.Token getToken()