org.jboss.virtual.plugins.context.helpers
Class NamesExceptionHandler

java.lang.Object
  extended by org.jboss.virtual.plugins.context.AbstractExceptionHandler
      extended by org.jboss.virtual.plugins.context.helpers.NamesExceptionHandler
All Implemented Interfaces:
ExceptionHandler

public class NamesExceptionHandler
extends AbstractExceptionHandler

Match names to ignore the exception.

Author:
Ales Justin

Field Summary
 
Fields inherited from class org.jboss.virtual.plugins.context.AbstractExceptionHandler
log
 
Constructor Summary
NamesExceptionHandler(Set<String> names)
           
NamesExceptionHandler(String name)
           
 
Method Summary
 void handleZipEntriesInitException(Exception e, String zipName)
          Handle zip entries initializaion exception.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamesExceptionHandler

public NamesExceptionHandler(String name)

NamesExceptionHandler

public NamesExceptionHandler(Set<String> names)
Method Detail

handleZipEntriesInitException

public void handleZipEntriesInitException(Exception e,
                                          String zipName)
Description copied from interface: ExceptionHandler
Handle zip entries initializaion exception.

Specified by:
handleZipEntriesInitException in interface ExceptionHandler
Overrides:
handleZipEntriesInitException in class AbstractExceptionHandler
Parameters:
e - the cause exception
zipName - the file name


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