Uses of Class
ejava.projects.edmv.bl.EDmvException
-
Packages that use EDmvException Package Description ejava.projects.edmv.bl ejava.projects.edmv.blimpl -
-
Uses of EDmvException in ejava.projects.edmv.bl
Methods in ejava.projects.edmv.bl that throw EDmvException Modifier and Type Method Description List<Person>
PersonMgmt. getPeople(int index, int count)
List<VehicleRegistration>
VehicleMgmt. getRegistrations(int index, int count)
-
Uses of EDmvException in ejava.projects.edmv.blimpl
Methods in ejava.projects.edmv.blimpl that throw EDmvException Modifier and Type Method Description List<Person>
EDmvMgmtImpl. getPeople(int index, int count)
List<VehicleRegistration>
EDmvMgmtImpl. getRegistrations(int index, int count)
-