Home
last modified time | relevance | path

Searched refs:FileAliasNotFoundException (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/filter/qa/complex/filter/detection/typeDetection/
H A DHelper.java348 throws FileAliasNotFoundException{ in getURLforfileAlias()
353 throw new FileAliasNotFoundException(fileAlias); in getURLforfileAlias()
364 throws FileAliasNotFoundException{ in getTypeforfileAlias()
368 throw new FileAliasNotFoundException(fileAlias); in getTypeforfileAlias()
432 class FileAliasNotFoundException extends java.lang.Exception{ class
436 public FileAliasNotFoundException(String fileAlias){ in FileAliasNotFoundException() method in FileAliasNotFoundException
H A DTypeDetection.java386 } catch (FileAliasNotFoundException e){ in checkPreselectedType()
441 } catch (FileAliasNotFoundException e){ in checkPreselectedFilter()
486 } catch (FileAliasNotFoundException e){ in checkPreselectedDocService()