de.fraunhofer.ipsi.xquery.api
Class XQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.fraunhofer.ipsi.xquery.api.XQueryException
All Implemented Interfaces:
java.io.Serializable

public class XQueryException
extends java.lang.Exception

XQuery Interpreter QueryException. Default exception class for the XQuery Interpreter package. Will be used by plugins for runtime errors.

Since:
CVS $Date: 2005/07/22 10:05:49 $
Version:
CVS $Revision: 1.5 $
See Also:
Serialized Form

Constructor Summary
XQueryException(PositionInfo pos, ErrorDescription error)
          Constructor
XQueryException(PositionInfo pos, ErrorDescription error, java.lang.String[] args)
          Constructor
XQueryException(PositionInfo pos, java.lang.String message)
          Constructor
XQueryException(java.lang.String message)
          Constructor
 
Method Summary
 
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

XQueryException

public XQueryException(java.lang.String message)
Constructor

Parameters:
message - a String

XQueryException

public XQueryException(PositionInfo pos,
                       java.lang.String message)
Constructor

Parameters:
pos - a PositionInfo
message - a String

XQueryException

public XQueryException(PositionInfo pos,
                       ErrorDescription error)
Constructor

Parameters:
pos - a PositionInfo
error - a XQueryError

XQueryException

public XQueryException(PositionInfo pos,
                       ErrorDescription error,
                       java.lang.String[] args)
Constructor

Parameters:
pos - a PositionInfo
error - a XQueryError
args - a String[]