org.hyperic.sigar.ptql
Class QueryLoadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.hyperic.sigar.ptql.QueryLoadException
All Implemented Interfaces:
java.io.Serializable

public class QueryLoadException
extends java.lang.Exception

Exception for process queries which were parsed ok but whos class generation failed.

See Also:
Serialized Form

Constructor Summary
QueryLoadException()
           
QueryLoadException(java.lang.String message)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryLoadException

public QueryLoadException()

QueryLoadException

public QueryLoadException(java.lang.String message)


Copyright © 2004-2006 Hyperic. All Rights Reserved.