org.eigenbase.oj.rel
Class JavaRelImplementor.TranslationTester.CannotTranslate

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eigenbase.oj.rel.JavaRelImplementor.TranslationTester.CannotTranslate
All Implemented Interfaces:
Serializable
Enclosing class:
JavaRelImplementor.TranslationTester

private static class JavaRelImplementor.TranslationTester.CannotTranslate
extends Exception

Thrown when we encounter an expression which cannot be translated. It is always handled by JavaRelImplementor.TranslationTester.canTranslate(RexNode), and is not really an error.


Constructor Summary
JavaRelImplementor.TranslationTester.CannotTranslate()
           
 
Method Summary
 
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

JavaRelImplementor.TranslationTester.CannotTranslate

public JavaRelImplementor.TranslationTester.CannotTranslate()