FileDocCategorySizeDatePackage
InvalidPathException.javaAPI DocHibernate 3.2.5368Tue Dec 07 00:53:10 GMT 2004org.hibernate.hql.ast

InvalidPathException

public class InvalidPathException extends antlr.SemanticException
Exception thrown when an invalid path is found in a query.
author
josh Dec 5, 2004 7:05:34 PM

Fields Summary
Constructors Summary
public InvalidPathException(String s)

		super( s );
	
Methods Summary