Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
public class SQLErrorDocument
extends DTMDocument
Nested Class Summary |
Nested classes/interfaces inherited from class org.apache.xalan.lib.sql.DTMDocument | |
DTMDocument.CharacterNodeHandler |
Field Summary |
Fields inherited from class org.apache.xml.dtm.ref.DTMDefaultBase | |
DEFAULT_BLOCKSIZE , DEFAULT_NUMBLOCKS , DEFAULT_NUMBLOCKS_SMALL , ROOTNODE , m_mgr |
Fields inherited from interface org.apache.xml.dtm.DTM | |
ATTRIBUTE_NODE , CDATA_SECTION_NODE , COMMENT_NODE , DOCUMENT_FRAGMENT_NODE , DOCUMENT_NODE , DOCUMENT_TYPE_NODE , ELEMENT_NODE , ENTITY_NODE , ENTITY_REFERENCE_NODE , NAMESPACE_NODE , NOTATION_NODE , NTYPES , NULL , PROCESSING_INSTRUCTION_NODE , ROOT_NODE , TEXT_NODE |
Constructor Summary | |
| |
| |
|
Method Summary |
Methods inherited from class org.apache.xml.dtm.ref.DTMDefaultBaseIterators | |
getAxisIterator , getTypedAxisIterator |
Methods inherited from class org.apache.xml.dtm.ref.DTMDefaultBaseTraversers | |
getAxisTraverser |
public SQLErrorDocument(DTMManager mgr, int ident, Exception error)
Build up an Error Exception with just the Standard Error Information
- Parameters:
mgr
-ident
-error
-
public 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
-
public SQLErrorDocument(DTMManager mgr, int ident, SQLException error)
Build up an SQLErrorDocument that includes the basic error information along with the Extended SQL Error information.
- Parameters:
mgr
-ident
-error
-