Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDef.java273 } catch (ClassNotFoundConfigurationException e) { in createConfiguration()
353 throws ClassNotFoundConfigurationException { in checkRejectedObjects()
356 throw new ClassNotFoundConfigurationException( in checkRejectedObjects()
473 throws ClassNotFoundConfigurationException { in getClassForObject()
477 ClassNotFoundConfigurationException exception = in getClassForObject()
478 new ClassNotFoundConfigurationException( in getClassForObject()
DClassNotFoundConfigurationException.java24 public class ClassNotFoundConfigurationException extends ConfigurationException { class
34 public ClassNotFoundConfigurationException(String msg) { in ClassNotFoundConfigurationException() method in ClassNotFoundConfigurationException
46 public ClassNotFoundConfigurationException( in ClassNotFoundConfigurationException() method in ClassNotFoundConfigurationException
60 public ClassNotFoundConfigurationException( in ClassNotFoundConfigurationException() method in ClassNotFoundConfigurationException
DSandboxConfigurationFactory.java204 throws ClassNotFoundConfigurationException { in createConfigurationDef()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationFactoryTest.java1631 } catch (ClassNotFoundConfigurationException expected) { in testCreateConfigurationFromArgs_failedToLoadClass()