Home
last modified time | relevance | path

Searched refs:m_handlerClass (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/extensions/qa/integration/extensions/
H A DComponentFactory.java36 private Class m_handlerClass; field in ComponentFactory
42 m_handlerClass = _handlerClass; in ComponentFactory()
76 …ntln( "InstantiationException: Could not instantiate an instance of " + m_handlerClass.getName() ); in ipml_createInstance()
80 …ntln( "IllegalAccessException: Could not instantiate an instance of " + m_handlerClass.getName() ); in ipml_createInstance()
84 …n( "InvocationTargetException: Could not instantiate an instance of " + m_handlerClass.getName() ); in ipml_createInstance()