|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.xquery.XQException
javax.xml.xquery.XQTypeException
public class XQTypeException
Constructor Summary | |
---|---|
XQTypeException(int vendorCode,
javax.xml.namespace.QName name,
java.lang.String message,
int pos,
javax.xml.namespace.QName module,
javax.xml.namespace.QName function,
XQItemType exp,
XQItemType act)
Constructor that takes in an QName. |
|
XQTypeException(int vendorCode,
XQItem item,
java.lang.String message,
int pos,
javax.xml.namespace.QName module,
javax.xml.namespace.QName function,
XQItemType exp,
XQItemType act)
Constructor that takes in the module and function names. |
|
XQTypeException(int vendorCode,
XQItem item,
java.lang.String message,
int pos,
XQItemType exp,
XQItemType act)
XQTypeException taking in an item and a preformatted optional message string. |
Method Summary | |
---|---|
XQItemType |
getActualType()
Gets the actual item type. |
XQItemType |
getExpectedType()
Gets the expected item type. |
Methods inherited from class javax.xml.xquery.XQException |
---|
getErrorCode, getErrorItem, getErrorPosition, getFunctionName, getModuleName, getNextException, getVendorCode, setNextException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XQTypeException(int vendorCode, javax.xml.namespace.QName name, java.lang.String message, int pos, javax.xml.namespace.QName module, javax.xml.namespace.QName function, XQItemType exp, XQItemType act)
public XQTypeException(int vendorCode, XQItem item, java.lang.String message, int pos, javax.xml.namespace.QName module, javax.xml.namespace.QName function, XQItemType exp, XQItemType act)
public XQTypeException(int vendorCode, XQItem item, java.lang.String message, int pos, XQItemType exp, XQItemType act)
Method Detail |
---|
public XQItemType getActualType()
public XQItemType getExpectedType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |