com.hp.hpl.jena.rdf.query
Class QSys

java.lang.Object
  |
  +--com.hp.hpl.jena.rdf.query.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


Constructor Summary
QSys()
           
 
Method Summary
static void assert(boolean condition, java.lang.String msg, java.lang.String className, java.lang.String methodName)
           
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

assert

public static void assert(boolean condition,
                          java.lang.String msg,
                          java.lang.String className,
                          java.lang.String methodName)

unhandledException

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


Copyright © 2001 Hewlett-Packard. All Rights Reserved.