Interface DBSchemaLoader.ExceptionHandler<T extends Exception, R>

Enclosing class:
DBSchemaLoader

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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • handleException

      R handleException(T ex)