javax.mail.internet

Class AddressException

public class AddressException extends ParseException

Field Summary
protected intpos
protected Stringref
Constructor Summary
AddressException()
AddressException(String message)
AddressException(String message, String ref)
AddressException(String message, String ref, int pos)
Method Summary
intgetPos()
StringgetRef()
StringtoString()

Field Detail

pos

protected int pos

ref

protected String ref

Constructor Detail

AddressException

public AddressException()

AddressException

public AddressException(String message)

AddressException

public AddressException(String message, String ref)

AddressException

public AddressException(String message, String ref, int pos)

Method Detail

getPos

public int getPos()

getRef

public String getRef()

toString

public String toString()