de.dv.sbu.builder
Interface IErrorListener


public interface IErrorListener

Simple listener for uncaught exceptions during the Builder's work.

Author:
Daniel Vogtland

Method Summary
 void onError(java.io.File file, java.lang.Exception e)
          Called if an error (an uncaught exception) occurs.
 

Method Detail

onError

void onError(java.io.File file,
             java.lang.Exception e)
Called if an error (an uncaught exception) occurs.

Parameters:
file - The current file.
e - The uncaught exception.