public class NoSuchUnitException extends SpecificationException
| Constructor and Description |
|---|
NoSuchUnitException(java.lang.String id)
Constructs from a unit identifier.
|
NoSuchUnitException(UnitID id)
Constructs from a unit identifier.
|
public NoSuchUnitException(UnitID id)
id - The identifier of the unit that couldn't be found.public NoSuchUnitException(java.lang.String id)
id - The identifier of the unit that couldn't be found.