public class MalformedProjectFileException extends Exception(Code)
The exception thrown when a project file which was being parsed did not conform to the expected structure.
This is not a checked exception because future implementations of a project file parser might never raise it.