com.jdc.rdb.sql
Class SQLInvalidException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.jdc.rdb.sql.SQLInvalidException
- All Implemented Interfaces:
- Serializable
- public class SQLInvalidException
- extends RuntimeException
- implements Serializable
SQLInvalidException represents a Structured Query Language (SQL)
invalid statement exception. This specific exception is thrown by SQL
statement classes for invalid statement constructs. It is a RuntimeException
and, therefore, does not require a try-catch block in the Java
class code.
- Version:
- 2.0
- Author:
- Jay Damon
- See Also:
SQL,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SQLInvalidException
public SQLInvalidException(Object object,
String method,
String message)
- Constructs a new
SQLInvalidException object for the specified
Object, method name, and message description. The parameters
represent the Object instance and method name where the
exception occurred as well as the specific exception message description.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.