public class XSQLError
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getErrorCode()
Returns the XSQL error code
|
java.lang.String |
getErrorXML()
Returns the XSQL error information formatted as a well-formed XML fragment.
|
Document |
getErrorXMLDocument()
Returns the XSQL error information as a DOM Document
|
java.lang.String |
getMessage()
Returns the text of the XSQL error that has occurred.
|
java.lang.Object[] |
getSupplementalErrorInfo()
Returns an Object array of supplemental error information.
|
public java.lang.String getMessage()
public java.lang.Object[] getSupplementalErrorInfo()
public java.lang.String getErrorXML()
public Document getErrorXMLDocument()
public java.lang.Integer getErrorCode()