All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JBMSTours.CityChoiceException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----JBMSTours.CityChoiceException

public class CityChoiceException
extends Exception
Look at the Source.

The application throws this exception if it can't build a tour between two particular cities.


Constructor Index

 o CityChoiceException()
Constructor
 o CityChoiceException(City, City)
Constructor

Constructors

 o CityChoiceException
 public CityChoiceException()
Constructor

 o CityChoiceException
 public CityChoiceException(City cit1,
                            City cit2)
Constructor


All Packages  Class Hierarchy  This Package  Previous  Next  Index