org.jboss.virtual.plugins.context.helpers
Class NamesExceptionHandler
java.lang.Object
org.jboss.virtual.plugins.context.AbstractExceptionHandler
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamesExceptionHandler
public NamesExceptionHandler(String name)
NamesExceptionHandler
public NamesExceptionHandler(Set<String> names)
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 exceptionzipName
- the file name
Copyright © 2009 JBoss, A division of Red Hat, Inc. All Rights Reserved.