Package totalcross.net.mail
Class AddressException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- totalcross.net.mail.AddressException
-
- All Implemented Interfaces:
java.io.Serializable
public class AddressException extends java.lang.ExceptionThrown by theAddressconstructor if the given string address is invalid.- Since:
- TotalCross 1.13
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddressException()Constructs an empty Exception.AddressException(java.lang.String msg)Constructs an exception with the given message.
-