Uses of Class
org.apache.james.mime4j.field.ParseException

Packages that use ParseException
org.apache.james.mime4j.field   
org.apache.james.mime4j.field.address.parser   
 

Uses of ParseException in org.apache.james.mime4j.field
 

Methods in org.apache.james.mime4j.field that return ParseException
 ParseException ParsedField.getParseException()
          Returns the exception that was thrown by the field parser while parsing the field value.
 ParseException ContentDispositionField.getParseException()
          Gets the exception that was raised during parsing of the field value, if any; otherwise, null.
 ParseException AbstractField.getParseException()
           
 

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

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



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