1 10 11 package ist.coach.coachEmfCommon; 12 import intt.itu.itut_x780.*; 13 14 18 19 public class ApplicationErrorInfoTypeImpl 20 extends ApplicationErrorInfoType { 21 22 28 29 public ApplicationErrorInfoTypeImpl() { 30 31 this.error = new UIDType(); 32 this.details = new String (); 33 } 34 35 41 public ApplicationErrorInfoTypeImpl(UIDType error, 42 String details) { 43 44 this.error = error; 45 this.details = details; 46 } 47 } 48 49 50 | Popular Tags |