Class MissingProjectException

  • All Implemented Interfaces:
    Serializable

    public class MissingProjectException
    extends Exception
    Exception that occurs when the user has identifed a project to make, but that project doesn't exist.
    Version:
    $Id: MissingProjectException.java 708543 2008-10-28 11:54:17Z bentmann $
    Author:
    Dan Fabulich
    See Also:
    Serialized Form
    • Constructor Detail

      • MissingProjectException

        public MissingProjectException​(String message)
      • MissingProjectException

        public MissingProjectException​(String message,
                                       Exception e)