|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--chesspresso.pgn.PGNSimpleErrorHandler
Simple implementation of a PGN error handler. Write the errors and warnings directly to a configured print stream.
Constructor Summary | |
PGNSimpleErrorHandler(java.io.PrintStream out)
|
Method Summary | |
void |
handleError(PGNSyntaxError error)
Called in case of an error. |
void |
handleWarning(PGNSyntaxError warning)
Called in case of a warning. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PGNSimpleErrorHandler(java.io.PrintStream out)
Method Detail |
public void handleError(PGNSyntaxError error)
PGNErrorHandler
handleError
in interface PGNErrorHandler
public void handleWarning(PGNSyntaxError warning)
PGNErrorHandler
handleWarning
in interface PGNErrorHandler
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |