ShrinkWrap Implementation Base 1.0.0-cr-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.0.0-cr-2

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