class InvalidProjectStructureException: RuntimeException
      
Constructors
<init>
        constructor(message: String?, cause: Throwable?)
      
Represents an Exception that is raised when the submitted project's file and folder structure does not comply with the expected/mandatory project structure.
Parameters
| Name | Description | 
|---|---|
| message: String? | |
| cause: Throwable? | 
Represents an Exception that is raised when the submitted project's file and folder structure does not comply with the expected/mandatory project structure.