All Packages Class Hierarchy This Package Previous Next Index
Class tc.database.ValidationException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----tc.database.ValidationException
- public class ValidationException
- extends Exception
ValidationException is thrown by the
doValidationCheck method of DatabaseQuery.
In that method a database query can perform an additional
check which ensures that the query can be performed. If the check fails,
the method must throw a subclass of ValidationException.
- See Also:
- DatabaseQuery
-
ValidationException()
-
ValidationException
public ValidationException()
All Packages Class Hierarchy This Package Previous Next Index