Quadcap Embeddable Database

com.quadcap.sql.DbRuntimeException Class Reference

Inheritance diagram for com.quadcap.sql.DbRuntimeException:

RuntimeException List of all members.

Detailed Description

A kind of runtime exception that we can throw.

Author:
Stan Bailes

Definition at line 46 of file DbRuntimeException.java.

Public Member Functions

 DbRuntimeException (Throwable e)
Throwable getException ()

Package Attributes

Throwable next = null


Constructor & Destructor Documentation

com.quadcap.sql.DbRuntimeException.DbRuntimeException Throwable  e  ) 
 

Definition at line 49 of file DbRuntimeException.java.


Member Function Documentation

Throwable com.quadcap.sql.DbRuntimeException.getException  ) 
 

Definition at line 54 of file DbRuntimeException.java.

References com.quadcap.sql.DbRuntimeException.next.


Member Data Documentation

Throwable com.quadcap.sql.DbRuntimeException.next = null [package]
 

Definition at line 47 of file DbRuntimeException.java.

Referenced by com.quadcap.sql.DbRuntimeException.getException().