Exemplo n.º 1
0
 /** I've got a package people ! */
 public Package getBinaryPackage() {
   if (this.hasErrors()) {
     throw new IllegalStateException("There is no package available, as there were errors.");
   }
   return builder.getPackage();
 }