HDUnitException.java

Go to the documentation of this file.
00001 package cedar.hepdata.util;
00002 
00009 public class HDUnitException extends HDException {
00010     public HDUnitException() { super(); }
00011     public HDUnitException(Exception exception) { super(exception); }
00012     public HDUnitException(String description) { super(description); }
00013 }

Generated on Tue Apr 21 15:54:54 2009 for HepData common classes by  doxygen 1.5.5