Uses of Class
de.uni_trier.wi2.procake.utils.exception.ClassNotFoundException
-
Packages that use ClassNotFoundException Package Description de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl de.uni_trier.wi2.procake.data.model Provides interfaces of all data classes and of the data model.de.uni_trier.wi2.procake.data.model.impl -
-
Uses of ClassNotFoundException in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl
Methods in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl that throw ClassNotFoundException Modifier and Type Method Description DataObjectObjectHandler. createNewObject(String className, String attributeName)Creates a new CAKEI-dataobject with the given classname OR based on the type of the given attribute.DataObjectObjectHandler. createNewObject(Attributes attributes)Creates a new CAKEI-dataobject with the given SAX-parser Tag-attributesprotected voidNESTAbstractWorkflowHandler. startEdgeElement(Attributes attributes)startEdgeElement.protected voidNESTGraphHandler. startEdgeElement(Attributes attributes)startEdgeElement.protected voidObjectHandler. startElementAtomic(Attributes attributes)startElementAtomic.protected voidObjectHandler. startElementAtomicAttribute(Attributes attributes)startElementAtomicAttribute.protected voidObjectHandler. startElementByteArrayContent(Attributes attributes)startElementByteArrayContent.protected voidObjectHandler. startElementObjectAttribute(Attributes attributes)startElementObjectAttribute.protected voidObjectHandler. startElementVoidAttribute(Attributes attributes)startElementVoidAttribute.protected voidNESTSequentialWorkflowHandler. startNESTSequentialWorkflowElement(Attributes attributes)startNESTSequentialWorkflowElement.protected voidNESTAbstractWorkflowHandler. startNodeElement(Attributes attributes)startNodeElement.protected voidNESTGraphHandler. startNodeElement(Attributes attributes)startNodeElement.protected voidNESTWorkflowHandler. startNodeElement(Attributes attributes)startNodeElement. -
Uses of ClassNotFoundException in de.uni_trier.wi2.procake.data.model
Methods in de.uni_trier.wi2.procake.data.model that throw ClassNotFoundException Modifier and Type Method Description <TCakeDataClass extends DataClass,TCakeDataObject extends DataObject>
TCakeDataObjectModel. createObject(Class<TCakeDataClass> clazz1, Class<TCakeDataObject> clazz2, String className)Creates the CAKE I - object defined with the given parameters. -
Uses of ClassNotFoundException in de.uni_trier.wi2.procake.data.model.impl
Methods in de.uni_trier.wi2.procake.data.model.impl that throw ClassNotFoundException Modifier and Type Method Description <TCakeDataClass extends DataClass,TCakeDataObject extends DataObject>
TCakeDataObjectModelImpl. createObject(Class<TCakeDataClass> clazz1, Class<TCakeDataObject> clazz2, String className)Creates the CAKE I - object defined with the given parameters.
-