7576777879808182
exceptions.add( ex ); } } if( !exceptions.isEmpty() ) { throw new PassivationException( exceptions ); } }
979899100101102103104
279280281282283284285
// Error handling if( exceptions.isEmpty() ) { return; } throw new PassivationException( exceptions ); }