All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----JBMSTours.CityChoiceException
The application throws this exception if it can't build a tour between two particular cities.
public CityChoiceException()
public CityChoiceException(City cit1, City cit2)
All Packages Class Hierarchy This Package Previous Next Index