com.softwareag.xtools.quip.xqueryAPI
Class XQueryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.softwareag.xtools.quip.xqueryAPI.XQueryException
All Implemented Interfaces:
Serializable

public class XQueryException
extends Exception

An exception that occurs during query handling.

Version:
1.0
Author:
Patrick.Lehti@softwareag.com
See Also:
Serialized Form

Constructor Summary
XQueryException(String s)
          Constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XQueryException

public XQueryException(String s)
Constructor
Parameters:
s - the error message


Copyright (c) 2001 Software AG. All Rights Reserved.