com.basilv.examples.errorhandling
Class ReturnInFinallyBlockTest

java.lang.Object
  extended by com.basilv.examples.errorhandling.ReturnInFinallyBlockTest

public class ReturnInFinallyBlockTest
extends Object


Constructor Summary
ReturnInFinallyBlockTest()
           
 
Method Summary
 void testReturnFromFinallyBlockWithUnhandledException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnInFinallyBlockTest

public ReturnInFinallyBlockTest()
Method Detail

testReturnFromFinallyBlockWithUnhandledException

public void testReturnFromFinallyBlockWithUnhandledException()


Java Examples available from http://www.basilv.com/psd/software Copyright © 2009 by Basil Vandegriend. All Rights Reserved.