edu.rice.cs.drjava.project
Class MalformedProjectFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.rice.cs.drjava.project.MalformedProjectFileException
- All Implemented Interfaces:
- Serializable
public class MalformedProjectFileException
- extends Exception
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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MalformedProjectFileException
public MalformedProjectFileException(String msg)