Uses of Class
org.apache.james.mime4j.MimeException

Packages that use MimeException
org.apache.james.mime4j.descriptor   
org.apache.james.mime4j.field.address.parser   
org.apache.james.mime4j.message   
org.apache.james.mime4j.parser   
 

Uses of MimeException in org.apache.james.mime4j.descriptor
 

Methods in org.apache.james.mime4j.descriptor that return MimeException
 MimeException RFC2183ContentDispositionDescriptor.getContentDispositionCreationDateParseException()
          Gets any exception thrown during the parsing of #getContentCreationModificationDate()
 MimeException MaximalBodyDescriptor.getContentDispositionCreationDateParseException()
           
 MimeException RFC2183ContentDispositionDescriptor.getContentDispositionModificationDateParseException()
          Gets any exception thrown during the parsing of RFC2183ContentDispositionDescriptor.getContentDispositionModificationDate()
 MimeException MaximalBodyDescriptor.getContentDispositionModificationDateParseException()
           
 MimeException RFC2183ContentDispositionDescriptor.getContentDispositionReadDateParseException()
          Gets any exception thrown during the parsing of #getContentReadModificationDate()
 MimeException MaximalBodyDescriptor.getContentDispositionReadDateParseException()
           
 MimeException RFC2183ContentDispositionDescriptor.getContentDispositionSizeParseException()
          Gets any exception thrown during the parsing of #getContentReadModificationDate()
 MimeException MaximalBodyDescriptor.getContentDispositionSizeParseException()
           
 MimeException MaximalBodyDescriptor.getContentLanguageParseException()
           
 MimeException RFC3066ContentLanguageDescriptor.getContentLanguageParseException()
          Gets any exception thrown during the parsing of RFC3066ContentLanguageDescriptor.getContentLanguage()
 MimeException RFC2557ContentLocationDescriptor.getContentLocationParseException()
          Gets any exception thrown during the parsing of #getContentLanguage()
 MimeException MaximalBodyDescriptor.getContentLocationParseException()
           
 MimeException RFC2045MimeDescriptor.getMimeVersionParseException()
          When the MIME version header exists but cannot be parsed this field will be contain the exception.
 MimeException MaximalBodyDescriptor.getMimeVersionParseException()
           
 

Uses of MimeException in org.apache.james.mime4j.field.address.parser
 

Subclasses of MimeException in org.apache.james.mime4j.field.address.parser
 class ParseException
          This exception is thrown when parse errors are encountered.
 

Uses of MimeException in org.apache.james.mime4j.message
 

Methods in org.apache.james.mime4j.message that throw MimeException
 void Multipart.writeTo(java.io.OutputStream out, int mode)
          Write the Multipart to the given OutputStream.
 void Body.writeTo(java.io.OutputStream out, int mode)
          Writes this body to the given stream in MIME message format.
 void Header.writeTo(java.io.OutputStream out, int mode)
          Write the Header to the given OutputStream.
 void Entity.writeTo(java.io.OutputStream out, int mode)
          Write the content to the given outputstream
 

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(java.lang.String fieldData)
           
 void ContentHandler.field(java.lang.String fieldData)
          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.
 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.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.