KanbanBoardMinimumColumnRequirementException class
Exception thrown when attempting to create a board with fewer than the minimum required columns.
- Inheritance
-
- Object
- KanbanException
- KanbanBoardException
- KanbanBoardMinimumColumnRequirementException
Constructors
- KanbanBoardMinimumColumnRequirementException()
-
Creates a new KanbanBoardMinimumColumnRequirementException.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited