Uses of Class
quoggles.exceptions.InvalidParameterException

Packages that use InvalidParameterException
quoggles.auxboxes.getproperty   
quoggles.auxiliary   
quoggles.deprecated   
 

Uses of InvalidParameterException in quoggles.auxboxes.getproperty
 

Methods in quoggles.auxboxes.getproperty that throw InvalidParameterException
private  java.lang.Object GetProperty_Box.getProperty(org.graffiti.graph.GraphElement ge)
          Returns the property associated with the current parameter value.
 

Uses of InvalidParameterException in quoggles.auxiliary
 

Methods in quoggles.auxiliary that throw InvalidParameterException
static java.lang.Boolean Util.match(java.lang.Object compObject, org.graffiti.plugin.parameter.Parameter[] parameters)
          Checks whether compObject matches the value given by the parameters.
 

Uses of InvalidParameterException in quoggles.deprecated
 

Methods in quoggles.deprecated that throw InvalidParameterException
private  boolean ValueFilter_Box.match(java.lang.Object compObject)