Class InvalidProjectnameException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidProjectnameException
    extends ProjectCreationException
    Exception which will be thrown, if a chosen name of a project is not valid.
    Author:
    Nowatzki
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidProjectnameException()
      Sole constructor for this class.
      This exception should only be thrown inside this package.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • InvalidProjectnameException

        public InvalidProjectnameException()
        Sole constructor for this class.
        This exception should only be thrown inside this package.