Known Direct Subclasses
| AddressException |
The exception thrown when a wrongly formatted address is encountered. |
|
Class Overview
The exception thrown due to an error in parsing RFC822
or MIME headers
Summary
|
[Expand]
Inherited Fields |
From class
com.google.code.javax.mail.MessagingException
|
private
Exception |
next |
The next exception in the chain. |
|
From class
java.lang.Throwable
|
private
Object |
backtrace |
|
|
private
Throwable |
cause |
|
|
private
String |
detailMessage |
|
|
private
StackTraceElement[] |
stackTrace |
|
|
| Public Constructors |
|
|
ParseException()
Constructs a ParseException with no detail message.
|
|
|
ParseException(String s)
Constructs a ParseException with the specified detail message.
|
|
[Expand]
Inherited Methods |
From class
com.google.code.javax.mail.MessagingException
|
synchronized
Throwable
|
getCause()
Overrides the getCause method of Throwable
to return the next exception in the chain of nested exceptions.
|
|
synchronized
Exception
|
getNextException()
Get the next exception chained to this one.
|
|
synchronized
boolean
|
setNextException(Exception ex)
Add an exception to the end of the chain.
|
|
synchronized
String
|
toString()
Override toString method to provide information on
nested exceptions.
|
|
From class
java.lang.Throwable
|
synchronized
Throwable
|
fillInStackTrace()
|
|
Throwable
|
getCause()
|
|
String
|
getLocalizedMessage()
|
|
String
|
getMessage()
|
|
StackTraceElement[]
|
getStackTrace()
|
|
synchronized
Throwable
|
initCause(Throwable arg0)
|
|
void
|
printStackTrace(PrintWriter arg0)
|
|
void
|
printStackTrace(PrintStream arg0)
|
|
void
|
printStackTrace()
|
|
void
|
setStackTrace(StackTraceElement[] arg0)
|
|
String
|
toString()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
long
serialVersionUID
Constant Value:
7649991205183658089
(0x6a2a3a783fd59869)
Public Constructors
public
ParseException
()
Constructs a ParseException with no detail message.
public
ParseException
(String s)
Constructs a ParseException with the specified detail message.