org.hibernate.hql.ast
Class InvalidPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by antlr.ANTLRException
              extended by antlr.RecognitionException
                  extended by antlr.SemanticException
                      extended by org.hibernate.hql.ast.InvalidPathException
All Implemented Interfaces:
Serializable

public class InvalidPathException
extends antlr.SemanticException

Exception thrown when an invalid path is found in a query.

Author:
josh
See Also:
Serialized Form

Field Summary
 
Fields inherited from class antlr.RecognitionException
column, fileName, line
 
Constructor Summary
InvalidPathException(String s)
           
 
Method Summary
 
Methods inherited from class antlr.RecognitionException
getColumn, getErrorMessage, getFilename, getLine, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPathException

public InvalidPathException(String s)


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.