Uses of Interface
org.apache.velocity.app.event.MethodExceptionEventHandler
- 
Packages that use MethodExceptionEventHandler Package Description org.apache.velocity.app.event org.apache.velocity.app.event.implement org.apache.velocity.example 
- 
- 
Uses of MethodExceptionEventHandler in org.apache.velocity.app.eventMethods in org.apache.velocity.app.event with parameters of type MethodExceptionEventHandler Modifier and Type Method Description voidEventCartridge. addMethodExceptionHandler(MethodExceptionEventHandler ev)Add a method exception event handler to the Cartridge.
- 
Uses of MethodExceptionEventHandler in org.apache.velocity.app.event.implementClasses in org.apache.velocity.app.event.implement that implement MethodExceptionEventHandler Modifier and Type Class Description classPrintExceptionsSimple event handler that renders method exceptions in the page rather than throwing the exception.
- 
Uses of MethodExceptionEventHandler in org.apache.velocity.exampleClasses in org.apache.velocity.example that implement MethodExceptionEventHandler Modifier and Type Class Description classEventExampleThis class is a simple demonstration of how the event handling features of the Velocity Servlet Engine are used.
 
-