net.sf.farrago.ddl
Class DdlValidator.DeferredException
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DdlValidator.DeferredException
private DdlValidator.DeferredException()
getException
abstract EigenbaseException getException()