org.exist.xquery
Class TerminatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exist.xquery.XPathException
              extended by org.exist.xquery.TerminatedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TerminatedException.SizeLimitException, TerminatedException.TimeoutException

public class TerminatedException
extends XPathException

Author:
wolf
See Also:
Serialized Form

Nested Class Summary
static class TerminatedException.SizeLimitException
           
static class TerminatedException.TimeoutException
           
 
Constructor Summary
TerminatedException(XQueryAST ast, String message)
           
 
Method Summary
 
Methods inherited from class org.exist.xquery.XPathException
addFunctionCall, getColumn, getDetailMessage, getLine, getMessage, getMessageAsHTML, prependMessage, setASTNode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TerminatedException

public TerminatedException(XQueryAST ast,
                           String message)
Parameters:
ast -
message -


Copyright (C) Wolfgang Meier. All rights reserved.