Class AbstractCheckedModule

  • All Implemented Interfaces:
    com.google.inject.Module
    Direct Known Subclasses:
    AbstractGuiceJsr250Module

    @Deprecated
    public abstract class AbstractCheckedModule
    extends com.google.inject.AbstractModule
    Deprecated.
    Use org.opendaylight.infrautils.inject.guice.AbstractCheckedModule instead.
    Convenience Guice module support class with configure method that allows throwing checked exceptions, which are caught and re-thrown as unchecked ModuleSetupRuntimeException.
    Author:
    Michael Vorburger.ch
    • Constructor Detail

      • AbstractCheckedModule

        public AbstractCheckedModule()
        Deprecated.
    • Method Detail

      • checkedConfigure

        protected abstract void checkedConfigure()
                                          throws Exception
        Deprecated.
        Throws:
        Exception