Uses of Class
quoggles.exceptions.BoxCreationFailedException

Packages that use BoxCreationFailedException
quoggles   
quoggles.auxiliary   
 

Uses of BoxCreationFailedException in quoggles
 

Methods in quoggles that throw BoxCreationFailedException
 void QAuxiliary.loadIconsInto(javax.swing.JPanel panel, java.awt.event.MouseListener ml)
          Read the file containing descriptions of boxes and load them into the system.
private  IBoxIcon QAuxiliary.checkBox(java.lang.String main)
          Checks whether or not the main class and the representation class can be loaded and returns the iconicPanel gotten from the representation.
 

Constructors in quoggles that throw BoxCreationFailedException
QDialog(QMain q)
           
 

Uses of BoxCreationFailedException in quoggles.auxiliary
 

Methods in quoggles.auxiliary that throw BoxCreationFailedException
private static boolean FileUtil.convertAttribute(org.graffiti.attributes.Attribute attr, org.graffiti.graph.Node node, javax.xml.parsers.DocumentBuilder docBuilder, boolean useGraphic)
          Interpret XML attribute values and create BoxAttributes.