Uses of Interface
org.openl.rules.lang.xls.classes.LocatorExceptionHandler
-
Packages that use LocatorExceptionHandler Package Description org.openl.rules.lang.xls.classes -
-
Uses of LocatorExceptionHandler in org.openl.rules.lang.xls.classes
Classes in org.openl.rules.lang.xls.classes that implement LocatorExceptionHandler Modifier and Type Class Description classAbstractLocatorExceptionHandlerAbstract stub for exception handlersclassLoggingExceptionHandlerMethods in org.openl.rules.lang.xls.classes with parameters of type LocatorExceptionHandler Modifier and Type Method Description voidDirectoryClassLocator. addExceptionHandler(LocatorExceptionHandler handler)Add exception handlervoidJarClassLocator. addExceptionHandler(LocatorExceptionHandler handler)Add exception handlerConstructor parameters in org.openl.rules.lang.xls.classes with type arguments of type LocatorExceptionHandler Constructor Description ClassFinder(List<? extends LocatorExceptionHandler> handlers)DirectoryClassLocator(List<? extends LocatorExceptionHandler> handlers)JarClassLocator(List<? extends LocatorExceptionHandler> handlers)
-