Uses of Class
objectgen.usecase.UseCaseXMLException

Packages that use UseCaseXMLException
objectgen.usecase This package process a XML file with one use case and generate a set of step objects.  
 

Uses of UseCaseXMLException in objectgen.usecase
 

Methods in objectgen.usecase that throw UseCaseXMLException
 void UseCaseXML.load(java.io.File f)
          Loads a XML file with the definition of a use case This method assumes that file exists.