org.apache.xalan.lib.sql
public class SQLErrorDocument extends DTMDocument
Constructor Summary | |
---|---|
SQLErrorDocument(DTMManager mgr, int ident, SQLException error)
Build up an SQLErrorDocument that includes the basic error information
along with the Extended SQL Error information. | |
SQLErrorDocument(DTMManager mgr, int ident, Exception error)
Build up an Error Exception with just the Standard Error Information | |
SQLErrorDocument(DTMManager mgr, int ident, Exception error, SQLWarning warning, boolean full)
Build up an Error Exception with just the Standard Error Information |
Parameters: mgr ident error
Parameters: mgr ident error
Parameters: mgr ident error