Uses of Class
org.isis.gme.bon.BONException

Packages that use BONException
org.isis.gme.bon   
 

Uses of BONException in org.isis.gme.bon
 

Methods in org.isis.gme.bon that throw BONException
static JBuilderModel JBuilderFactory.createModel(MgaModel iModel, JBuilderModel parent)
           
static JBuilderReference JBuilderFactory.createReference(MgaReference iRef, JBuilderModel parent)
           
static JBuilderModelReference JBuilderFactory.createModelRef(MgaReference iModelRef, JBuilderModel parent)
           
static JBuilderAtom JBuilderFactory.createAtom(MgaAtom iAtom, JBuilderModel parent)
           
static JBuilderConnection JBuilderFactory.createConn(MgaSimpleConnection iConn, JBuilderModel parent)
           
static JBuilderSet JBuilderFactory.createSet(MgaSet iSet, JBuilderModel parent)
           
 

Constructors in org.isis.gme.bon that throw BONException
JBuilderObject(MgaFCO iObject, JBuilderModel parent, boolean globalregister)
           
JBuilderFolder(MgaFolder iFolder, JBuilderFolder parent)
           
JBuilder(MgaProject iGme, BONComponent interpreter)