org.jboss.virtual.plugins.context
Class AbstractExceptionHandler
java.lang.Object
org.jboss.virtual.plugins.context.AbstractExceptionHandler
- All Implemented Interfaces:
- ExceptionHandler
- Direct Known Subclasses:
- NamesExceptionHandler
public abstract class AbstractExceptionHandler
- extends Object
- implements ExceptionHandler
AbstractExceptionHandler
- Author:
- Ales Justin
Field Summary |
protected org.jboss.logging.Logger |
log
The log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.jboss.logging.Logger log
- The log
AbstractExceptionHandler
public AbstractExceptionHandler()
handleZipEntriesInitException
public void handleZipEntriesInitException(Exception e,
String name)
- Description copied from interface:
ExceptionHandler
- Handle zip entries initializaion exception.
- Specified by:
handleZipEntriesInitException
in interface ExceptionHandler
- Parameters:
e
- the cause exceptionname
- the file name
Copyright © 2011 JBoss, A division of Red Hat, Inc. All Rights Reserved.