Example usage for Java javax.mail.internet AddressException fields, constructors, methods, implement or subclass
The text is from its open source code.
AddressException(String s) Constructs an AddressException with the specified detail message. | |
AddressException() Constructs an AddressException with no detail message. |
Class> | getClass() Returns the runtime class of this Object . |
String | getLocalizedMessage() Creates a localized description of this throwable. |
String | getMessage() Returns the detail message string of this throwable. |
int | getPos() Get the position with the reference string where the error was detected (-1 if not relevant). |
String | getRef() Get the string that was being parsed when the error was detected (null if not relevant). |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |
void | printStackTrace(PrintStream s) Prints this throwable and its backtrace to the specified print stream. |
String | toString() |