Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java436 public static class FireException extends Exception {} class in FactoryProviderTest
443 Car createCar() throws FireException; in createCar()
456 Car createCar() throws FireException, ExplosionException; in createCar()
474 } catch (FireException e) { in testConstructorExceptionsAreThrownByFactory()
488 throws FireException { in MultipleConstructorDefectiveCar()
489 throw new FireException(); in MultipleConstructorDefectiveCar()
496 Car createCar(Color r) throws FireException; in createCar()
523 } catch (FireException expected) { in testMultipleConstructorExceptionMatching()
DFactoryProvider2Test.java437 public static class FireException extends Exception {} class in FactoryProvider2Test
444 Car createCar() throws FireException; in createCar()
448 Car createCar() throws FireException, ExplosionException; in createCar()
466 } catch (FireException e) { in testConstructorExceptionsAreThrownByFactory()