totalcross.net.mail
Class AddressException

totalcross.lang.Object
  extended by totalcross.lang.Throwable
      extended by totalcross.lang.Exception
          extended by totalcross.net.mail.AddressException
All Implemented Interfaces:
java.io.Serializable

public class AddressException
extends totalcross.lang.Exception

Thrown by the Address constructor if the given totalcross.lang.String address is invalid

Since:
TotalCross 1.13
See Also:
Serialized Form

Constructor Summary
AddressException()
          Constructs an empty Exception.
AddressException(String msg)
          Constructs an exception with the given message.
 
Method Summary
 
Methods inherited from class totalcross.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class totalcross.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddressException

public AddressException()
Constructs an empty Exception.


AddressException

public AddressException(String msg)
Constructs an exception with the given message.