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

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

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
 

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

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 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.body(BodyDescriptor bd, java.io.InputStream is)
           
 void ContentHandler.endBodyPart()
          Called when a body part ends.
 void AbstractContentHandler.endBodyPart()
           
 void ContentHandler.endHeader()
          Called when there are no more header fields in a message or body part.
 void AbstractContentHandler.endHeader()
           
 void ContentHandler.endMessage()
          Called when a message ends.
 void AbstractContentHandler.endMessage()
           
 void ContentHandler.endMultipart()
          Called when the body of an entity has been parsed.
 void AbstractContentHandler.endMultipart()
           
 void ContentHandler.epilogue(java.io.InputStream is)
          Called for the epilogue (whatever comes after the final body part) of a multipart/* entity.
 void AbstractContentHandler.epilogue(java.io.InputStream is)
           
 void ContentHandler.field(Field field)
          Called for each field of a header.
 void AbstractContentHandler.field(Field field)
           
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 ContentHandler.preamble(java.io.InputStream is)
          Called for the preamble (whatever comes before the first body part) of a multipart/* entity.
 void AbstractContentHandler.preamble(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.raw(java.io.InputStream is)
           
 void ContentHandler.startBodyPart()
          Called when a new body part starts inside a multipart/* entity.
 void AbstractContentHandler.startBodyPart()
           
 void ContentHandler.startHeader()
          Called when a header (of a message or body part) is about to be parsed.
 void AbstractContentHandler.startHeader()
           
 void ContentHandler.startMessage()
          Called when a new message starts (a top level message or an embedded rfc822 message).
 void AbstractContentHandler.startMessage()
           
 void ContentHandler.startMultipart(BodyDescriptor bd)
          Called when the body of a multipart entity is about to be parsed.
 void AbstractContentHandler.startMultipart(BodyDescriptor bd)
           
 



Copyright © 2004-2010. All Rights Reserved.