Java javax.mail.internet AddressException fields, constructors, methods, implement or subclass

Example usage for Java javax.mail.internet AddressException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.mail.internet AddressException.

The text is from its open source code.

Constructor

AddressException(String s)
Constructs an AddressException with the specified detail message.
AddressException()
Constructs an AddressException with no detail message.

Method

ClassgetClass()
Returns the runtime class of this Object .
StringgetLocalizedMessage()
Creates a localized description of this throwable.
StringgetMessage()
Returns the detail message string of this throwable.
intgetPos()
Get the position with the reference string where the error was detected (-1 if not relevant).
StringgetRef()
Get the string that was being parsed when the error was detected (null if not relevant).
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.
voidprintStackTrace(PrintStream s)
Prints this throwable and its backtrace to the specified print stream.
StringtoString()