Class InvalidEmailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
it.univr.passportease.exception.invalid.InvalidEmailException
- All Implemented Interfaces:
Serializable
Exception thrown when an email is invalid.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidEmailException
Constructor ofInvalidEmailException
.- Parameters:
message
- The message of the exception.
-