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.java401 public static class FireException extends Exception { } class in FactoryProviderTest
408 Car createCar() throws FireException; in createCar()
421 Car createCar() throws FireException, ExplosionException; in createCar()
436 } catch (FireException e) { in testConstructorExceptionsAreThrownByFactory()
450 throws FireException { in MultipleConstructorDefectiveCar()
451 throw new FireException(); in MultipleConstructorDefectiveCar()
457 Car createCar(Color r) throws FireException; in createCar()
481 } catch (FireException expected) { in testMultipleConstructorExceptionMatching()
DFactoryProvider2Test.java399 public static class FireException extends Exception { } class in FactoryProvider2Test
406 Car createCar() throws FireException; in createCar()
410 Car createCar() throws FireException, ExplosionException; in createCar()
424 } catch (FireException e) { in testConstructorExceptionsAreThrownByFactory()