Uses of Package
generator.exceptions

Packages that use generator.exceptions
generator.data   
generator.engin   
generator.engin.utils   
 

Classes in generator.exceptions used by generator.data
IntervalNoUnionException
          IntervalNoUnion Exception This exception is thrown when invalid values are put in an interval, like an greater lower bound than upper bound.
ParameterException
          Parameter Exception This exception is thrown when an invalid parameter is provided to the methods of the generator.
PartitionException
          Partition Exception This exception is thrown upon failure of a call to partition.
 

Classes in generator.exceptions used by generator.engin
ParameterException
          Parameter Exception This exception is thrown when an invalid parameter is provided to the methods of the generator.
 

Classes in generator.exceptions used by generator.engin.utils
ParameterException
          Parameter Exception This exception is thrown when an invalid parameter is provided to the methods of the generator.
PartitionException
          Partition Exception This exception is thrown upon failure of a call to partition.