Uses of Package
quoggles.exceptions

Packages that use quoggles.exceptions
quoggles   
quoggles.auxboxes.attributefilter   
quoggles.auxboxes.booleanop   
quoggles.auxboxes.contains   
quoggles.auxboxes.equals   
quoggles.auxboxes.getgraphelements   
quoggles.auxboxes.getproperty   
quoggles.auxboxes.inducedsubgraph   
quoggles.auxboxes.interpretasboolean   
quoggles.auxboxes.sizeof   
quoggles.auxboxes.sort   
quoggles.auxboxes.truemaker   
quoggles.auxboxes.valuecompare   
quoggles.auxboxes.valuefilter   
quoggles.auxiliary   
quoggles.boxes   
quoggles.changeboxes.algorithm   
quoggles.changeboxes.changeattribute   
quoggles.changeboxes.changeattributes   
quoggles.changeboxes.convertfromparam   
quoggles.changeboxes.converttoparam   
quoggles.changeboxes.createparam   
quoggles.deprecated   
quoggles.deprecated.stdboxes.flatten   
quoggles.deprecated.stdboxes.listify   
quoggles.deprecated.stdboxes.makedistinct   
quoggles.deprecated.stdboxes.reverse   
quoggles.deprecated.stdboxes.unpack   
quoggles.exceptions   
quoggles.stdboxes.arithmetic   
quoggles.stdboxes.booleannot   
quoggles.stdboxes.comparetwovalues   
quoggles.stdboxes.complexfilter   
quoggles.stdboxes.connectors   
quoggles.stdboxes.getattributevalue   
quoggles.stdboxes.input   
quoggles.stdboxes.input.constant   
quoggles.stdboxes.isinstanceof   
quoggles.stdboxes.listoperations1   
quoggles.stdboxes.listoperations2   
quoggles.stdboxes.neighborhood   
quoggles.stdboxes.output   
quoggles.stdboxes.sortby   
quoggles.stdboxes.subquery   
 

Classes in quoggles.exceptions used by quoggles
BoxCreationFailedException
           
LoadFailedException
          Thrown if loading of a file was not successful.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.auxboxes.attributefilter
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.auxboxes.booleanop
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.auxboxes.contains
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.auxboxes.equals
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.auxboxes.getgraphelements
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.auxboxes.getproperty
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
InvalidParameterException
          Indicates that the parameters of a box are not valid (for the current input etc.).
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.auxboxes.inducedsubgraph
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.auxboxes.interpretasboolean
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.auxboxes.sizeof
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.auxboxes.sort
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.auxboxes.truemaker
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.auxboxes.valuecompare
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.auxboxes.valuefilter
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.auxiliary
BoxCreationFailedException
           
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
InvalidParameterException
          Indicates that the parameters of a box are not valid (for the current input etc.).
LoadFailedException
          Thrown if loading of a file was not successful.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.boxes
BoxNotExecutedException
           
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.changeboxes.algorithm
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.changeboxes.changeattribute
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.changeboxes.changeattributes
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.changeboxes.convertfromparam
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.changeboxes.converttoparam
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.changeboxes.createparam
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.deprecated
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
InvalidParameterException
          Indicates that the parameters of a box are not valid (for the current input etc.).
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.deprecated.stdboxes.flatten
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.deprecated.stdboxes.listify
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.deprecated.stdboxes.makedistinct
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.deprecated.stdboxes.reverse
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.deprecated.stdboxes.unpack
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.exceptions
QueryExecutionException
           
QuogglesException
           
 

Classes in quoggles.exceptions used by quoggles.stdboxes.arithmetic
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.stdboxes.booleannot
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.stdboxes.comparetwovalues
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.stdboxes.complexfilter
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.stdboxes.connectors
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.stdboxes.getattributevalue
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.stdboxes.input
BoxNotExecutedException
           
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.stdboxes.input.constant
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.stdboxes.isinstanceof
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.stdboxes.listoperations1
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.stdboxes.listoperations2
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
NoHomogeneousTypeException
          Indicates that the elements of a collection do not have compatible types.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.stdboxes.neighborhood
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.stdboxes.output
BoxNotExecutedException
           
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.stdboxes.sortby
InvalidInputException
          Indicates that an input to a box is not of a type that the box expected.
QueryExecutionException
           
 

Classes in quoggles.exceptions used by quoggles.stdboxes.subquery
QueryExecutionException