net.sf.farrago.fennel.rel
Class CalcRelSplitter.CannotImplement

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.farrago.fennel.rel.CalcRelSplitter.CannotImplement
All Implemented Interfaces:
Serializable
Enclosing class:
CalcRelSplitter

private static class CalcRelSplitter.CannotImplement
extends RuntimeException

Control exception for CalcRelSplitter.ImplementTester.


Field Summary
(package private) static CalcRelSplitter.CannotImplement instance
           
 
Constructor Summary
private CalcRelSplitter.CannotImplement()
           
 
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
 

Field Detail

instance

static final CalcRelSplitter.CannotImplement instance
Constructor Detail

CalcRelSplitter.CannotImplement

private CalcRelSplitter.CannotImplement()