Searched refs:FireException (Results 1 – 2 of 2) sorted by relevance
436 public static class FireException extends Exception {} class in FactoryProviderTest443 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()
437 public static class FireException extends Exception {} class in FactoryProvider2Test444 Car createCar() throws FireException; in createCar()448 Car createCar() throws FireException, ExplosionException; in createCar()466 } catch (FireException e) { in testConstructorExceptionsAreThrownByFactory()