Home
last modified time | relevance | path

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/
DFilteredEventHandlingTestCase.java109 ve.setProperty(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION, sequence1); in testFilteredEventHandling()
117 ve2.setProperty(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION, sequence2); in testFilteredEventHandling()
DBuiltInEventHandlerTestCase.java451 …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()
DExceptionTestCase.java78 …ve.setProperty(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION,ExceptionGeneratingEventHandler.class… in testMethodExceptionEventHandlerException()
DEventHandlingTestCase.java82 …engine.setProperty(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION, TestEventCartridge.class.getName… in testConfigurationEventHandlers()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java267 String EVENTHANDLER_METHODEXCEPTION = "event_handler.method_exception.class"; field
DRuntimeInstance.java870 …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/
DConversionHandlerTestCase.java288 … ve.setProperty(RuntimeConstants.EVENTHANDLER_METHODEXCEPTION, PrintException.class.getName()); in createEngine()