Uses of Interface
com.codexombie.jspasm.IExceptionHandler

Uses of IExceptionHandler in com.codexombie.jspasm
 

Classes in com.codexombie.jspasm that implement IExceptionHandler
 class BasicExceptionHandler
           Provides the default reporting/handling of run-time exceptions.
 

Methods in com.codexombie.jspasm with parameters of type IExceptionHandler
 void Engine.setExceptionHandler(IExceptionHandler exceptionHandler)
           Set the exception handler.