|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorQueue
A ErrorQueue
handles outputing error messages.
Method Summary | |
---|---|
void |
enqueue(ErrorInfo e)
|
void |
enqueue(int type,
java.lang.String message)
|
void |
enqueue(int type,
java.lang.String message,
Position position)
|
int |
errorCount()
|
void |
flush()
|
boolean |
hasErrors()
|
Method Detail |
---|
void enqueue(int type, java.lang.String message)
void enqueue(int type, java.lang.String message, Position position)
void enqueue(ErrorInfo e)
void flush()
boolean hasErrors()
int errorCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |