7576777879808182
exceptions.add( ex ); } } if( !exceptions.isEmpty() ) { throw new PassivationException( exceptions ); } }
979899100101102103104
279280281282283284285
// Error handling if( exceptions.isEmpty() ) { return; } throw new PassivationException( exceptions ); }
77787980818283
} if( exceptions.size() == 1 ) { throw exceptions.get( 0 ); } throw new PassivationException( exceptions ); }