|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.getsnappy.snappyj.JavaScriptErrorHandler
public abstract class JavaScriptErrorHandler
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 |
---|
public JavaScriptErrorHandler()
Method Detail |
---|
public abstract void jsFunctionDefinition(java.io.Writer out) throws java.io.IOException
out
-
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |