edu.rice.cs.drjava.project
Class MalformedProjectFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
MalformedProjectFileException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedProjectFileException

public MalformedProjectFileException(String msg)