org.stjs.generator.javac
Interface ErrorHandler


public interface ErrorHandler

An implementation of the ErrorHandler interface can be registered with the ErrorReporter class to change the default behavior on errors.


Method Summary
 void errorAbort(String msg)
          Log an error message and abort processing.
 void errorAbort(String msg, Throwable cause)
           
 

Method Detail

errorAbort

void errorAbort(String msg)
Log an error message and abort processing.

Parameters:
msg - The error message to log.

errorAbort

void errorAbort(String msg,
                Throwable cause)


Copyright © 2014. All Rights Reserved.