Files
secondo/Javagui/JDBC/SecExceptions/SecServerException.java
2026-01-23 17:03:45 +08:00

12 lines
245 B
Java

package SecExceptions;
import SQL2Secondo.Translator;
import Ext_Tools.completeAnswer;
public class SecServerException extends Exception {
public SecServerException(String s) {
//super(s);
super();
System.out.println(s);
}
}