ParsingException Indicates that parsing has failed, ie the entry is illegal (rather than invalid). API ParsingException.java class ParsingException { ParsingException() ParsingException(String msg) ParsingException(String msg, Throwable cause) ParsingException(Throwable cause) }