|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IErrorListener
Simple listener for uncaught exceptions during the Builder
's work.
Method Summary | |
---|---|
void |
onError(java.io.File file,
java.lang.Exception e)
Called if an error (an uncaught exception) occurs. |
Method Detail |
---|
void onError(java.io.File file, java.lang.Exception e)
file
- The current file.e
- The uncaught exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |