net.sf.farrago.ddl
Class DdlValidator.DeferredException

java.lang.Object
  extended by net.sf.farrago.ddl.DdlValidator.DeferredException
Enclosing class:
DdlValidator

private abstract static class DdlValidator.DeferredException
extends Object

DeferredException allows an exception's creation to be deferred. This is needed since it is not possible to correctly construct an exception in certain validation contexts.


Constructor Summary
private DdlValidator.DeferredException()
           
 
Method Summary
(package private) abstract  EigenbaseException getException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DdlValidator.DeferredException

private DdlValidator.DeferredException()
Method Detail

getException

abstract EigenbaseException getException()