contents   index   previous   next



interface: SEErrorHandler

 

public void sePrintErrorFunc(SEContext context, String text);

 

 

The sePrintErrorFunc method is called by the interpreter to print an error to the user. This happens when a script generates an error that is not trapped by a try/catch handler. The error needs to be displayed to the user. This is the function that is called by ScriptEase to do so.

 


interface: SEErrorFunction