org.apache.james.mime4j.field
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.james.mime4j.MimeException
              extended by org.apache.james.mime4j.field.ParseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ParseException, ParseException, ParseException, ParseException, ParseException, ParseException, ParseException

public class ParseException
extends MimeException

This exception is thrown when parse errors are encountered.

See Also:
Serialized Form

Constructor Summary
protected ParseException(java.lang.String message)
          Constructs a new parse exception with the specified detail message.
protected ParseException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new parse exception with the specified detail message and cause.
protected ParseException(java.lang.Throwable cause)
          Constructs a new parse exception with the specified cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

protected ParseException(java.lang.String message)
Constructs a new parse exception with the specified detail message.

Parameters:
message - detail message

ParseException

protected ParseException(java.lang.Throwable cause)
Constructs a new parse exception with the specified cause.

Parameters:
cause - the cause

ParseException

protected ParseException(java.lang.String message,
                         java.lang.Throwable cause)
Constructs a new parse exception with the specified detail message and cause.

Parameters:
message - detail message
cause - the cause


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