Searched refs:FireException (Results 1 – 2 of 2) sorted by relevance
401 public static class FireException extends Exception { } class in FactoryProviderTest408 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()
399 public static class FireException extends Exception { } class in FactoryProvider2Test406 Car createCar() throws FireException; in createCar()410 Car createCar() throws FireException, ExplosionException; in createCar()424 } catch (FireException e) { in testConstructorExceptionsAreThrownByFactory()