polyglot.util
Class SimpleErrorQueue

java.lang.Object
  extended by polyglot.util.AbstractErrorQueue
      extended by polyglot.util.SimpleErrorQueue
All Implemented Interfaces:
ErrorQueue

public class SimpleErrorQueue
extends AbstractErrorQueue

A SimpleErrorQueue handles outputing error messages.


Field Summary
 
Fields inherited from class polyglot.util.AbstractErrorQueue
errorCount, flushed, limit, name
 
Constructor Summary
SimpleErrorQueue()
           
 
Method Summary
 void displayError(ErrorInfo e)
           
 
Methods inherited from class polyglot.util.AbstractErrorQueue
enqueue, enqueue, enqueue, errorCount, flush, hasErrors, tooManyErrors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleErrorQueue

public SimpleErrorQueue()
Method Detail

displayError

public void displayError(ErrorInfo e)
Specified by:
displayError in class AbstractErrorQueue