JavaScript is disabled on your browser.
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.antlr.runtime.RecognitionException
org.eclipse.persistence.internal.jpa.parsing.jpql.InvalidIdentifierException
All Implemented Interfaces:
java.io.Serializable
public class InvalidIdentifierException
extends org.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.antlr.runtime.RecognitionException
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
Method Summary
Methods inherited from class org.antlr.runtime.RecognitionException
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference