org.springframework.config.java
Class ConfigurationProcessorTests.BeanCreationMethodsThrowExceptions
java.lang.Object
org.springframework.config.java.ConfigurationProcessorTests.BeanCreationMethodsThrowExceptions
- Enclosing class:
- ConfigurationProcessorTests
public static class ConfigurationProcessorTests.BeanCreationMethodsThrowExceptions
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
makeItFail
public static boolean makeItFail
ConfigurationProcessorTests.BeanCreationMethodsThrowExceptions
public ConfigurationProcessorTests.BeanCreationMethodsThrowExceptions()
throwsException
public TestBean throwsException()
throws Exception
- Throws:
Exception
throwsThrowable
public TestBean throwsThrowable()
throws Throwable
- Throws:
Throwable
throwsOtherCheckedException
public TestBean throwsOtherCheckedException()
throws InterruptedException
- Throws:
InterruptedException
Copyright ? 2005-2008 Spring Framework. All Rights Reserved.