org.stringtree.json
Class ExceptionErrorListener

java.lang.Object
  extended by org.stringtree.json.BufferErrorListener
      extended by org.stringtree.json.ExceptionErrorListener
All Implemented Interfaces:
JSONErrorListener

public class ExceptionErrorListener
extends BufferErrorListener


Field Summary
 
Fields inherited from class org.stringtree.json.BufferErrorListener
buffer
 
Constructor Summary
ExceptionErrorListener()
           
 
Method Summary
 void error(java.lang.String type, int col)
           
 
Methods inherited from class org.stringtree.json.BufferErrorListener
end, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionErrorListener

public ExceptionErrorListener()
Method Detail

error

public void error(java.lang.String type,
                  int col)
Specified by:
error in interface JSONErrorListener
Overrides:
error in class BufferErrorListener