org.jboss.virtual.plugins.context
Class AbstractExceptionHandler

java.lang.Object
  extended by 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
 
Constructor Summary
AbstractExceptionHandler()
           
 
Method Summary
 void handleZipEntriesInitException(Exception e, String name)
          Handle zip entries initializaion exception.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.jboss.logging.Logger log
The log

Constructor Detail

AbstractExceptionHandler

public AbstractExceptionHandler()
Method Detail

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 exception
name - the file name


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