1 6 7 package SOFA.Connector.EEG; 8 9 14 public class ElementDescriptorXMLException extends java.lang.Exception { 15 16 19 public ElementDescriptorXMLException() { 20 } 21 22 23 27 public ElementDescriptorXMLException(String msg) { 28 super(msg); 29 } 30 31 public ElementDescriptorXMLException(String msg, Throwable e) { 32 super(msg,e); 33 } 34 } 35 36 37 | Popular Tags |