org.acm.seguin.project
Class ProjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.acm.seguin.project.ProjectException
All Implemented Interfaces:
java.io.Serializable

public class ProjectException
extends java.lang.Exception

Hold data on the known projects.

Since:
jrefactory 2.8.01
Version:
$Id: ProjectException.java,v 1.1 2003/09/01 00:25:32 mikeatkinson Exp $
Author:
Mike Atkinson
See Also:
Serialized Form

Constructor Summary
ProjectException(java.lang.String message)
           
 
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

ProjectException

public ProjectException(java.lang.String message)