com.github.dandelion.datatables.extras.compression
Class YuiCompressorErrorReporter

java.lang.Object
  extended by com.github.dandelion.datatables.extras.compression.YuiCompressorErrorReporter
All Implemented Interfaces:
org.mozilla.javascript.ErrorReporter

public class YuiCompressorErrorReporter
extends Object
implements org.mozilla.javascript.ErrorReporter

TODO

Author:
tduchate

Constructor Summary
YuiCompressorErrorReporter()
           
 
Method Summary
 void error(String message, String sourceName, int line, String lineSource, int lineOffset)
           
 org.mozilla.javascript.EvaluatorException runtimeError(String message, String sourceName, int line, String lineSource, int lineOffset)
           
 void warning(String message, String sourceName, int line, String lineSource, int lineOffset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YuiCompressorErrorReporter

public YuiCompressorErrorReporter()
Method Detail

warning

public void warning(String message,
                    String sourceName,
                    int line,
                    String lineSource,
                    int lineOffset)
Specified by:
warning in interface org.mozilla.javascript.ErrorReporter

error

public void error(String message,
                  String sourceName,
                  int line,
                  String lineSource,
                  int lineOffset)
Specified by:
error in interface org.mozilla.javascript.ErrorReporter

runtimeError

public org.mozilla.javascript.EvaluatorException runtimeError(String message,
                                                              String sourceName,
                                                              int line,
                                                              String lineSource,
                                                              int lineOffset)
Specified by:
runtimeError in interface org.mozilla.javascript.ErrorReporter


Copyright © 2013. All Rights Reserved.