edu.cs.ai.kreator.exceptions
Class NoProjectOpenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.cs.ai.kreator.exceptions.KreatorException
              extended by edu.cs.ai.kreator.exceptions.NoProjectOpenException
All Implemented Interfaces:
java.io.Serializable

public class NoProjectOpenException
extends KreatorException

Author:
Sebastian Loh This exception is thrown, if there someone wants to refer to the currentProject in the Controller but there is no project opened.
See Also:
Serialized Form

Constructor Summary
NoProjectOpenException()
           
 
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

NoProjectOpenException

public NoProjectOpenException()