org.eigenbase.sql.validate
Class SqlValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eigenbase.sql.validate.SqlValidatorException
- All Implemented Interfaces:
- Serializable, EigenbaseValidatorException
public class SqlValidatorException
- extends Exception
- implements EigenbaseValidatorException
Exception thrown while validating a SQL statement.
Unlike EigenbaseException
, this is a checked
exception, which reminds code authors to wrap it in another exception
containing the line/column context.
- Since:
- Oct 28, 2004
- Version:
- $Id: //open/dev/farrago/src/org/eigenbase/sql/validate/SqlValidatorException.java#12 $
- Author:
- jhyde
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
tracer
private static Logger tracer
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
SqlValidatorException
public SqlValidatorException(String message,
Throwable cause)
- Creates a new SqlValidatorException object.
- Parameters:
message
- error messagecause
- underlying cause