Uses of Class
quoggles.exceptions.BoxNotExecutedException

Packages that use BoxNotExecutedException
quoggles.boxes   
quoggles.stdboxes.input   
quoggles.stdboxes.output   
 

Uses of BoxNotExecutedException in quoggles.boxes
 

Methods in quoggles.boxes that throw BoxNotExecutedException
 java.lang.Object[] IBox.getOutputs()
          Returns the output array of the box.
 java.lang.Object IBox.getOutputAt(int index)
          Returns the ith output.
 java.lang.Object Box.getOutputAt(int index)
          Returns the ith output.
 java.lang.Object[] Box.getOutputs()
          Returns outputs.
 

Uses of BoxNotExecutedException in quoggles.stdboxes.input
 

Methods in quoggles.stdboxes.input that throw BoxNotExecutedException
 java.lang.Object[] Input_Box.getOutputs()
          Overridden to prevent InputNotSetException.
 

Uses of BoxNotExecutedException in quoggles.stdboxes.output
 

Methods in quoggles.stdboxes.output that throw BoxNotExecutedException
 java.lang.Object BoolPredicateEnd_Box.getOutputAt(int index)
          Needed to be overwritten since the default implementation would fail since this box has no (publicly visible) outputs.