Quadcap Embeddable Database

com.quadcap.sql.DbException Class Reference

Inheritance diagram for com.quadcap.sql.DbException:

RecognitionException List of all members.

Detailed Description

A kind of parser exception that we can throw,.

Author:
Stan Bailes

Definition at line 53 of file DbException.java.

Public Member Functions

 DbException (Exception e)
 DbException (String s)

Static Public Member Functions

SQLException wrapThrowable (Throwable t)
 General utility to wrap a throwable in a SQLException.


Package Attributes

Exception next = null


Constructor & Destructor Documentation

com.quadcap.sql.DbException.DbException Exception  e  ) 
 

Definition at line 56 of file DbException.java.

com.quadcap.sql.DbException.DbException String  s  ) 
 

Definition at line 61 of file DbException.java.


Member Function Documentation

SQLException com.quadcap.sql.DbException.wrapThrowable Throwable  t  )  [static]
 

General utility to wrap a throwable in a SQLException.

Definition at line 68 of file DbException.java.

References com.quadcap.sql.DbException.wrapThrowable().

Referenced by com.quadcap.sql.DbException.wrapThrowable().


Member Data Documentation

Exception com.quadcap.sql.DbException.next = null [package]
 

Definition at line 54 of file DbException.java.