public class AddressException extends ParseException
Constructor and Description |
---|
AddressException()
Constructs an AddressException with no detail message.
|
AddressException(java.lang.String s)
Constructs an AddressException with the specified detail message.
|
AddressException(java.lang.String s,
java.lang.String ref)
Constructs an AddressException with the specified detail message
and reference info.
|
AddressException(java.lang.String s,
java.lang.String ref,
int pos)
Constructs an AddressException with the specified detail message
and reference info.
|
Modifier and Type | Method and Description |
---|---|
int |
getPos()
Get the position with the reference string where the error was
detected (-1 if not relevant).
|
java.lang.String |
getRef()
Get the string that was being parsed when the error was detected
(null if not relevant).
|
java.lang.String |
toString()
Override toString method to provide information on
nested exceptions.
|
getCause, getNextException, setNextException
public AddressException()
public AddressException(java.lang.String s)
s
- the detail messagepublic AddressException(java.lang.String s, java.lang.String ref)
s
- the detail messageref
- the string being parsedpublic AddressException(java.lang.String s, java.lang.String ref, int pos)
s
- the detail messageref
- the string being parsedpos
- the position of the errorpublic java.lang.String getRef()
public int getPos()
public java.lang.String toString()
MessagingException
toString
in class MessagingException
Copyright © 2010 - 2020 Adobe. All Rights Reserved