class PlantHasNoSubjectException : RuntimeException
Represents the Exception that an IAssertionPlant.subject was not defined but one tried to access it.
message
- A message which should describe why the IAssertionPlant.subject is absent.
PlantHasNoSubjectException(message: String)
Represents the Exception that an IAssertionPlant.subject was not defined but one tried to access it. |