ch.ethz.mxquery.model
Class FnErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.ethz.mxquery.exceptions.MXQueryException
ch.ethz.mxquery.exceptions.DynamicException
ch.ethz.mxquery.model.FnErrorException
- All Implemented Interfaces:
- java.io.Serializable
public class FnErrorException
- extends DynamicException
TODO: Replace by fn:error
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FnErrorException
public FnErrorException(QueryLocation loc)
FnErrorException
public FnErrorException(QName qname,
QueryLocation loc)
FnErrorException
public FnErrorException(QName qname,
java.lang.String description,
QueryLocation loc)
FnErrorException
public FnErrorException(QName qname,
java.lang.String description,
XDMIterator errorObject,
QueryLocation loc)
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
getErrorObject
public XDMIterator getErrorObject()
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich