Public constructor this.severity = src.getSeverity(); this.message = src.getMessage(); this.type = src.getType(); this.relatedException = src.getRelatedException(); this.relatedData = src.getRelatedData(); this.location = new DOMLocatorImpl(src.getLocation());
this.severity = src.getSeverity(); this.message = src.getMessage(); this.type = src.getType(); this.relatedException = src.getRelatedException(); this.relatedData = src.getRelatedData(); this.location = new DOMLocatorImpl(src.getLocation());
return location;
return message;
return relatedData;
return relatedException;
return severity;
return type;