Searched refs:EVENTHANDLER_METHODEXCEPTION (Results 1 – 7 of 7) sorted by relevance
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/ |
D | FilteredEventHandlingTestCase.java | 109 ve.setProperty(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION, sequence1); in testFilteredEventHandling() 117 ve2.setProperty(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION, sequence2); in testFilteredEventHandling()
|
D | BuiltInEventHandlerTestCase.java | 451 …ve1.setProperty(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION, "org.apache.velocity.app.event.impl… in testPrintExceptionHandler() 455 …ve2.setProperty(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION, "org.apache.velocity.app.event.impl… in testPrintExceptionHandler() 460 …ve3.setProperty(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION, "org.apache.velocity.app.event.impl… in testPrintExceptionHandler()
|
D | ExceptionTestCase.java | 78 …ve.setProperty(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION,ExceptionGeneratingEventHandler.class… in testMethodExceptionEventHandlerException()
|
D | EventHandlingTestCase.java | 82 …engine.setProperty(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION, TestEventCartridge.class.getName… in testConfigurationEventHandlers()
|
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/ |
D | RuntimeConstants.java | 267 String EVENTHANDLER_METHODEXCEPTION = "event_handler.method_exception.class"; field
|
D | RuntimeInstance.java | 870 …ng[] methodexception = configuration.getStringArray(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION); in initializeEventHandlers() 875 …ializeSpecificEventHandler(aMethodexception, RuntimeConstants.EVENTHANDLER_METHODEXCEPTION, Method… in initializeEventHandlers()
|
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/util/introspection/ |
D | ConversionHandlerTestCase.java | 288 … ve.setProperty(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION, PrintException.class.getName()); in createEngine()
|