Uses of Interface
org.jboss.virtual.spi.ExceptionHandler

Packages that use ExceptionHandler
org.jboss.virtual   
org.jboss.virtual.plugins.cache   
org.jboss.virtual.plugins.context   
org.jboss.virtual.plugins.context.helpers   
org.jboss.virtual.plugins.context.zip   
org.jboss.virtual.spi   
 

Uses of ExceptionHandler in org.jboss.virtual
 

Methods in org.jboss.virtual with parameters of type ExceptionHandler
 void VFS.setExceptionHandler(ExceptionHandler exceptionHandler)
          Set exception handler.
 

Uses of ExceptionHandler in org.jboss.virtual.plugins.cache
 

Method parameters in org.jboss.virtual.plugins.cache with type arguments of type ExceptionHandler
 void PreInitializeVFSContexts.setInitializedVFSContexts(Map<URL,ExceptionHandler> initializedVFSContexts)
          Set URLs that need to be initialized before anything else.
 void CombinedVFSCache.setPermanentRoots(Map<URL,ExceptionHandler> initializationEntries)
          Set permanent roots and its exception handlers.
 

Uses of ExceptionHandler in org.jboss.virtual.plugins.context
 

Classes in org.jboss.virtual.plugins.context that implement ExceptionHandler
 class AbstractExceptionHandler
          AbstractExceptionHandler
 

Methods in org.jboss.virtual.plugins.context that return ExceptionHandler
 ExceptionHandler AbstractVFSContext.getExceptionHandler()
           
 

Methods in org.jboss.virtual.plugins.context with parameters of type ExceptionHandler
 void AbstractVFSContext.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 

Uses of ExceptionHandler in org.jboss.virtual.plugins.context.helpers
 

Classes in org.jboss.virtual.plugins.context.helpers that implement ExceptionHandler
 class NamesExceptionHandler
          Match names to ignore the exception.
 

Uses of ExceptionHandler in org.jboss.virtual.plugins.context.zip
 

Methods in org.jboss.virtual.plugins.context.zip that return ExceptionHandler
 ExceptionHandler ZipEntryContext.getExceptionHandler()
           
 

Uses of ExceptionHandler in org.jboss.virtual.spi
 

Methods in org.jboss.virtual.spi that return ExceptionHandler
 ExceptionHandler VFSContext.getExceptionHandler()
          Get the exception handler.
 

Methods in org.jboss.virtual.spi with parameters of type ExceptionHandler
 void VFSContext.setExceptionHandler(ExceptionHandler exceptionHandler)
          Set exception handler.
 



Copyright © 2010 JBoss, A division of Red Hat, Inc. All Rights Reserved.