net.sf.saffron.oj.xlat
Class NotAGroupException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--net.sf.saffron.oj.xlat.NotAGroupException
All Implemented Interfaces:
Serializable

class NotAGroupException
extends RuntimeException

NotAGroupException is thrown by AggInternalTranslator if it encounters a reference to a variable from the query's from clause.


Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) NotAGroupException(String s)
           
 
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

NotAGroupException

NotAGroupException(String s)

SourceForge.net_Logo