Interface STErrorListener

All Known Implementing Classes:
ErrorBuffer

public interface STErrorListener
How to handle messages.
  • Method Details

    • compileTimeError

      void compileTimeError(STMessage msg)
    • runTimeError

      void runTimeError(STMessage msg)
    • IOError

      void IOError(STMessage msg)
    • internalError

      void internalError(STMessage msg)