Uses of Class
net.sf.dewdrop.DewDropException

Packages that use DewDropException
net.sf.dewdrop.sql.dialect   
net.sf.dewdrop.sqlml   
net.sf.dewdrop.sqlml.support   
 

Uses of DewDropException in net.sf.dewdrop.sql.dialect
 

Subclasses of DewDropException in net.sf.dewdrop.sql.dialect
 class DialectException
           
 class UnsupportedDataTypeException
          Exception thrown when an SQL Dialect does not support a particular SqlDataType.
 class UnsupportedFeatureException
           
 

Uses of DewDropException in net.sf.dewdrop.sqlml
 

Methods in net.sf.dewdrop.sqlml that throw DewDropException
 Sqlml DomBuilder.buildDom(File sqlmlFile)
           
 

Uses of DewDropException in net.sf.dewdrop.sqlml.support
 

Methods in net.sf.dewdrop.sqlml.support that throw DewDropException
 Sqlml XmlDomBuilder.buildDom(File sqlmlFile)