javax.mail.internet

Class AddressException


public class AddressException
extends ParseException

Field Summary

protected int
pos
protected String
ref

Constructor Summary

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

Method Summary

int
getPos()
String
getRef()
String
toString()

Methods inherited from class javax.mail.MessagingException

getMessage, getNextException, setNextException

Field Details

pos

protected int pos

ref

protected String ref

Constructor Details

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 Details

getPos

public int getPos()

getRef

public String getRef()

toString

public String toString()