public class

ParseException

extends MessagingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.code.javax.mail.MessagingException
         ↳ com.google.code.javax.mail.internet.ParseException
Known Direct Subclasses

Class Overview

The exception thrown due to an error in parsing RFC822 or MIME headers

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.javax.mail.MessagingException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class com.google.code.javax.mail.MessagingException
From class java.lang.Throwable
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
From class java.lang.Throwable
From class java.lang.Object

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.

Parameters
s The detail message