org.stringtemplate.v4
Interface STErrorListener

All Known Implementing Classes:
ErrorBuffer

public interface STErrorListener

How to handle messages


Method Summary
 void compileTimeError(STMessage msg)
           
 void internalError(STMessage msg)
           
 void IOError(STMessage msg)
           
 void runTimeError(STMessage msg)
           
 

Method Detail

compileTimeError

void compileTimeError(STMessage msg)

runTimeError

void runTimeError(STMessage msg)

IOError

void IOError(STMessage msg)

internalError

void internalError(STMessage msg)


Copyright © 2011. All Rights Reserved.