Qizx/open API

net.axyana.qizxopen.xquery
Class XQSyntaxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.axyana.qizxopen.xquery.XQueryException
              extended bynet.axyana.qizxopen.xquery.XQSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class XQSyntaxException
extends XQueryException

Sent by the XQuery parser on the first syntax error (no recovery).

See Also:
Serialized Form

Constructor Summary
XQSyntaxException(java.lang.String reason, int location)
           
 
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

XQSyntaxException

public XQSyntaxException(java.lang.String reason,
                         int location)

© 2005 Axyana Software