org.springframework.config.java
Class ConfigurationProcessorTests.BeanCreationMethodsThrowExceptions

java.lang.Object
  extended by org.springframework.config.java.ConfigurationProcessorTests.BeanCreationMethodsThrowExceptions
Enclosing class:
ConfigurationProcessorTests

public static class ConfigurationProcessorTests.BeanCreationMethodsThrowExceptions
extends Object


Field Summary
static boolean makeItFail
           
 
Constructor Summary
ConfigurationProcessorTests.BeanCreationMethodsThrowExceptions()
           
 
Method Summary
 TestBean throwsException()
           
 TestBean throwsOtherCheckedException()
           
 TestBean throwsThrowable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

makeItFail

public static boolean makeItFail
Constructor Detail

ConfigurationProcessorTests.BeanCreationMethodsThrowExceptions

public ConfigurationProcessorTests.BeanCreationMethodsThrowExceptions()
Method Detail

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.