Uses of Class
org.starhope.appius.except.ParameterException

Packages that use ParameterException
org.starhope.appius.geometry   
org.starhope.catullus   
 

Uses of ParameterException in org.starhope.appius.geometry
 

Constructors in org.starhope.appius.geometry that throw ParameterException
Polygon(double[] xPoints, double[] yPoints)
          Constructs a polygon from a pair of arrays.
 

Uses of ParameterException in org.starhope.catullus
 

Methods in org.starhope.catullus that throw ParameterException
 void Vehicle.connect()
          WRITEME: Document this method brpocock@star-hope.org
 void JavaRMIVehicle.connect()
           
 void Vehicle.disconnect()
          WRITEME: Document this method brpocock@star-hope.org
 void JavaRMIVehicle.disconnect()