Uses of Class
org.eclipse.angus.activation.MailcapParseException
-
Packages that use MailcapParseException Package Description org.eclipse.angus.activation -
-
Uses of MailcapParseException in org.eclipse.angus.activation
Methods in org.eclipse.angus.activation that throw MailcapParseException Modifier and Type Method Description protected void
MailcapFile. parseLine(java.lang.String mailcapEntry)
A routine to parse individual entries in a Mailcap file.protected static void
MailcapFile. reportParseError(int expectedToken, int otherExpectedToken, int anotherExpectedToken, int actualToken, java.lang.String actualTokenValue)
protected static void
MailcapFile. reportParseError(int expectedToken, int otherExpectedToken, int actualToken, java.lang.String actualTokenValue)
protected static void
MailcapFile. reportParseError(int expectedToken, int actualToken, java.lang.String actualTokenValue)
-