ShrinkWrap Implementation Base 1.1.0-alpha-2

org.jboss.shrinkwrap.impl.base.io
Interface StreamErrorHandler


public interface StreamErrorHandler

Handler for errors that occur during StreamTask processing.

Version:
$Revision: $
Author:
John Bailey

Method Summary
 void handle(Throwable t)
          Handles a Throwable that was thrown during stream processing.
 

Method Detail

handle

void handle(Throwable t)
Handles a Throwable that was thrown during stream processing.

Parameters:
t -

ShrinkWrap Implementation Base 1.1.0-alpha-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.