Class ParseException

All Implemented Interfaces:
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:
  • Field Details

  • Constructor Details

    • ParseException

      protected ParseException(String message)
      Constructs a new parse exception with the specified detail message.
      Parameters:
      message - detail message
    • ParseException

      protected ParseException(Throwable cause)
      Constructs a new parse exception with the specified cause.
      Parameters:
      cause - the cause
    • ParseException

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