|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MimeException in org.apache.james.mime4j |
---|
Constructors in org.apache.james.mime4j with parameters of type MimeException | |
---|---|
MimeIOException(MimeException cause)
Constructs an IO exception based on MimeException . |
Uses of MimeException in org.apache.james.mime4j.descriptor |
---|
Uses of MimeException in org.apache.james.mime4j.field |
---|
Subclasses of MimeException in org.apache.james.mime4j.field | |
---|---|
class |
ParseException
This exception is thrown when parse errors are encountered. |
Methods in org.apache.james.mime4j.field that throw MimeException | |
---|---|
static ParsedField |
AbstractField.parse(ByteSequence raw)
Parses the given byte sequence and returns an instance of the Field class. |
static ParsedField |
AbstractField.parse(java.lang.String rawStr)
Parses the given string and returns an instance of the Field class. |
Uses of MimeException in org.apache.james.mime4j.io |
---|
Subclasses of MimeException in org.apache.james.mime4j.io | |
---|---|
class |
MaxHeaderLimitException
Signals a I/O error due to the header count exceeding the maximum limit. |
Uses of MimeException in org.apache.james.mime4j.message |
---|
Methods in org.apache.james.mime4j.message that throw MimeException | |
---|---|
void |
MessageBuilder.body(BodyDescriptor bd,
java.io.InputStream is)
|
void |
MessageBuilder.endBodyPart()
|
void |
MessageBuilder.endHeader()
|
void |
MessageBuilder.endMessage()
|
void |
MessageBuilder.endMultipart()
|
void |
MessageBuilder.epilogue(java.io.InputStream is)
|
void |
SimpleContentHandler.field(Field field)
|
void |
MessageBuilder.field(Field field)
|
void |
MessageBuilder.preamble(java.io.InputStream is)
|
void |
MessageBuilder.raw(java.io.InputStream is)
Unsupported. |
void |
MessageBuilder.startBodyPart()
|
void |
MessageBuilder.startHeader()
|
void |
MessageBuilder.startMessage()
|
void |
MessageBuilder.startMultipart(BodyDescriptor bd)
|
Uses of MimeException in org.apache.james.mime4j.parser |
---|
Subclasses of MimeException in org.apache.james.mime4j.parser | |
---|---|
class |
MimeParseEventException
Indicates that strict parsing has been enabled and an optional invality has been found in the input. |
Methods in org.apache.james.mime4j.parser that throw MimeException | |
---|---|
EntityStateMachine |
MimeEntity.advance()
|
EntityStateMachine |
EntityStateMachine.advance()
Advances the state machine to the next state in the process of the MIME stream parsing. |
void |
AbstractContentHandler.body(BodyDescriptor bd,
java.io.InputStream is)
|
void |
ContentHandler.body(BodyDescriptor bd,
java.io.InputStream is)
Called when the body of a discrete (non-multipart) entity is about to be parsed. |
void |
AbstractContentHandler.endBodyPart()
|
void |
ContentHandler.endBodyPart()
Called when a body part ends. |
void |
AbstractContentHandler.endHeader()
|
void |
ContentHandler.endHeader()
Called when there are no more header fields in a message or body part. |
void |
AbstractContentHandler.endMessage()
|
void |
ContentHandler.endMessage()
Called when a message ends. |
void |
AbstractContentHandler.endMultipart()
|
void |
ContentHandler.endMultipart()
Called when the body of an entity has been parsed. |
void |
AbstractContentHandler.epilogue(java.io.InputStream is)
|
void |
ContentHandler.epilogue(java.io.InputStream is)
Called for the epilogue (whatever comes after the final body part) of a multipart/* entity. |
void |
AbstractContentHandler.field(Field field)
|
void |
ContentHandler.field(Field field)
Called for each field of a header. |
protected void |
AbstractEntity.monitor(Event event)
Monitors the given event. |
int |
MimeTokenStream.next()
This method advances the token stream to the next token. |
void |
MimeStreamParser.parse(java.io.InputStream is)
Parses a stream of bytes containing a MIME message. |
protected boolean |
AbstractEntity.parseField()
|
void |
AbstractContentHandler.preamble(java.io.InputStream is)
|
void |
ContentHandler.preamble(java.io.InputStream is)
Called for the preamble (whatever comes before the first body part) of a multipart/* entity. |
void |
AbstractContentHandler.raw(java.io.InputStream is)
|
void |
ContentHandler.raw(java.io.InputStream is)
Called when a new entity (message or body part) starts and the parser is in raw mode. |
void |
AbstractContentHandler.startBodyPart()
|
void |
ContentHandler.startBodyPart()
Called when a new body part starts inside a multipart/* entity. |
void |
AbstractContentHandler.startHeader()
|
void |
ContentHandler.startHeader()
Called when a header (of a message or body part) is about to be parsed. |
void |
AbstractContentHandler.startMessage()
|
void |
ContentHandler.startMessage()
Called when a new message starts (a top level message or an embedded rfc822 message). |
void |
AbstractContentHandler.startMultipart(BodyDescriptor bd)
|
void |
ContentHandler.startMultipart(BodyDescriptor bd)
Called when the body of a multipart entity is about to be parsed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |