doc / ch.tutteli.atrium.creating / PlantHasNoSubjectException

PlantHasNoSubjectException

class PlantHasNoSubjectException : RuntimeException

Represents the Exception that an AssertionPlant.subject was not defined but one tried to access it.

Parameters

message - A message which should describe why the AssertionPlant.subject is absent.

Constructors

<init>

PlantHasNoSubjectException(message: String)

Represents the Exception that an AssertionPlant.subject was not defined but one tried to access it.