com.getsnappy.w20
Class JavaScriptErrorHandler

java.lang.Object
  extended by com.getsnappy.w20.JavaScriptErrorHandler
Direct Known Subclasses:
DefaultJavaScriptErrorHandler

public abstract class JavaScriptErrorHandler
extends java.lang.Object


Constructor Summary
JavaScriptErrorHandler()
           
 
Method Summary
abstract  void jsFunctionDefinition(java.io.Writer out)
          Used the define what happens when an unexpected condition occurs This must output a function definition that takes a single string and does some sort of JavaScript action to alert the user that an error w20.errorHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptErrorHandler

public JavaScriptErrorHandler()
Method Detail

jsFunctionDefinition

public abstract void jsFunctionDefinition(java.io.Writer out)
                                   throws java.io.IOException
Used the define what happens when an unexpected condition occurs This must output a function definition that takes a single string and does some sort of JavaScript action to alert the user that an error w20.errorHandler

Parameters:
out -
Throws:
java.io.IOException