Class InvalidIdentifierException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.persistence.internal.libraries.antlr.runtime.RecognitionException
-
- org.eclipse.persistence.internal.jpa.parsing.jpql.InvalidIdentifierException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidIdentifierException extends org.eclipse.persistence.internal.libraries.antlr.runtime.RecognitionExceptionThis 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
-
-
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.TokengetToken()-
Methods inherited from class org.eclipse.persistence.internal.libraries.antlr.runtime.RecognitionException
extractInformationFromTreeNodeStream, getUnexpectedType
-
-