Interface DBSchemaLoader.ExceptionHandler<T extends Exception,R>

Enclosing class:
DBSchemaLoader

public static interface DBSchemaLoader.ExceptionHandler<T extends Exception,R>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • handleException

      R handleException(T ex)