com.hp.hpl.jena.rdql
Class QSys

java.lang.Object
  extended bycom.hp.hpl.jena.rdql.QSys

public class QSys
extends java.lang.Object

Class to define the operating environment for RDQL. Provides some utility operations like assert and handling unexpected exceptions

Version:
$Id: QSys.java,v 1.4 2003/07/01 12:48:27 chris-dollin Exp $
Author:
Andy Seaborne

Constructor Summary
QSys()
           
 
Method Summary
static void unhandledException(java.lang.Throwable t, java.lang.String className, java.lang.String methodName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QSys

public QSys()
Method Detail

unhandledException

public static void unhandledException(java.lang.Throwable t,
                                      java.lang.String className,
                                      java.lang.String methodName)


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.