Package edu.ucsb.cs156.frontiers.errors
Class NoLinkedOrganizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.ucsb.cs156.frontiers.errors.NoLinkedOrganizationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoLinkedOrganizationException
(String courseName) Constructor for the exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoLinkedOrganizationException
Constructor for the exception- Parameters:
courseName
- Name of the Course that does not have a linked GitHub Organization
-