Uses of Class
quoggles.exceptions.QuogglesException

Packages that use QuogglesException
quoggles.exceptions   
 

Uses of QuogglesException in quoggles.exceptions
 

Subclasses of QuogglesException in quoggles.exceptions
 class BoxCreationFailedException
           
 class BoxNotExecutedException
           
 class InputNotSetException
           
 class InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
 class InvalidParameterException
          Indicates that the parameters of a box are not valid (for the current input etc.).
 class NoHomogeneousTypeException
          Indicates that the elements of a collection do not have compatible types.
 class QueryExecutionException