Class ProjectCreationException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ValidProjectNameType getReason()
      Returns the reason, why the project could not be created.
      • 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

      • ProjectCreationException

        public ProjectCreationException​(ValidProjectNameType reason)
        Sole constructor for this class.
        Parameters:
        reason - The reason, why the project could not be created.
    • Method Detail

      • getReason

        public ValidProjectNameType getReason()
        Returns the reason, why the project could not be created.
        Returns:
        A ValidProjectNameType describing the occurred reasonung, why the project could not be created.