1 19 20 package org.polepos.teams.jdo; 21 22 23 public class VoaEdited { 24 25 static final String MSG = "The VOA sources were edited to allow successful " + 26 "compilation without supplying some database-specific drivers."; 27 28 32 public static void exception(){ 33 new Exception (MSG).printStackTrace(); 34 throw new RuntimeException (MSG); 35 } 36 37 } 38 | Popular Tags |