edu.wpi.cs.dsrg.xmldb.xat.common.exception
Class SQLNoStatementExists

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.wpi.cs.dsrg.xmldb.xat.common.exception.SQLNoStatementExists

public class SQLNoStatementExists
extends java.lang.Exception

This class defines the exception thrown when SQL statement generated is wrong.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
SQLNoStatementExists()
          The default SQLNoStatementExists constructor.
SQLNoStatementExists(java.lang.String s)
          The SQLNoStatementExists constructor using given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLNoStatementExists

public SQLNoStatementExists()
The default SQLNoStatementExists constructor.
Since:
1.0

SQLNoStatementExists

public SQLNoStatementExists(java.lang.String s)
The SQLNoStatementExists constructor using given message.
Parameters:
s - The message returned to user.
Since:
1.0