All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.hql.ast.InvalidPathException Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
// $Id: InvalidPathException.java 4903 2004-12-07 07:53:10Z pgmjsd $
package org.hibernate.hql.ast;

import antlr.SemanticException;

/**
 * Exception thrown when an invalid path is found in a query.
 *
 * @author josh Dec 5, 2004 7:05:34 PM
 */
public class InvalidPathException extends SemanticException {
	public InvalidPathException(String s) {
		super( s );
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy