Newer
Older

Righi Andrea (Student Com17)
committed
package exceptions;
public class MailInvalidException extends Exception {
public MailInvalidException() {
super("Error: email not in the right format");
}
package exceptions;
public class MailInvalidException extends Exception {
public MailInvalidException() {
super("Error: email not in the right format");
}