|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScuflException | |
|---|---|
| org.embl.ebi.escience.scufl | Provides the object model for the Simple Conceptual Unified Flow Language (Scufl). |
| org.embl.ebi.escience.scufl.enactor | Provides a simple facade layer to allow invocation of either an in memory instance of the workflow enactor or a remote and potentially federated cluster of enactor services. |
| org.embl.ebi.escience.scufl.parser | Provides functionality to populate ScuflModel instances from textual and XML dialects of the Scufl language. |
| org.embl.ebi.escience.scufl.view | Provides classes that present a view on a ScuflModel instance. |
| org.embl.ebi.escience.scuflui | Provides Java Swing components that show or allow manipulation of subsets of the ScuflModel state. |
| org.embl.ebi.escience.scuflui.renderers | Provides a Service Provider Interface (SPI) for rendering the data in a workflow. |
| org.embl.ebi.escience.scuflui.shared | |
| org.embl.ebi.escience.scuflui.workbench | |
| Uses of ScuflException in org.embl.ebi.escience.scufl |
|---|
| Subclasses of ScuflException in org.embl.ebi.escience.scufl | |
|---|---|
class |
ConcurrencyConstraintCreationException
Thrown by the ConcurrencyConstraint constructor if the arguments passed in are invalid. |
class |
DataConstraintCreationException
Thrown by the DataConstraint constructor if the arguments passed in are invalid. |
class |
DuplicateConcurrencyConstraintNameException
Thrown by the constructor of the ConcurrencyConstraint class when a duplicate name is added to a particular ScuflModel |
class |
DuplicatePortNameException
Thrown by the constructor of the Port class when a duplicate name is added to a particular processor |
class |
DuplicateProcessorNameException
Thrown by the constructor of the Processor class when a duplicate name is added to a particular ScuflModel |
class |
MalformedNameException
Thrown by the locatePort method in ScuflModel when the supplied name doesn't conform to the naming rules. |
class |
PortCreationException
Thrown by the Port constructor if either of the arguments passed are null, or if the name is the empty string. |
class |
ProcessorCreationException
Thrown by the Processor constructor if either of the arguments passed are null, or if the name is the empty string. |
class |
SetOnlineException
Thrown from the model when there is a problem going from offline to online mode - normally this is a similar problem to the workflow load but I guess there could be additional factors. |
class |
UnknownPortException
Thrown by the Processor classes when then can't find a particular named port. |
class |
UnknownProcessorException
Thrown by the ScuflModel when it can't find a particular named processor. |
| Uses of ScuflException in org.embl.ebi.escience.scufl.enactor |
|---|
| Subclasses of ScuflException in org.embl.ebi.escience.scufl.enactor | |
|---|---|
class |
UnknownWorkflowInstanceException
Thrown when a client attempts to reconnect to a workflow instance that is either unknown or that has security constraints which result in the client not having sufficient access to connect. |
class |
WorkflowSubmissionException
Thrown when an error occurs during workflow submission, wraps the real exception using the standard exception chaining mechanism |
| Uses of ScuflException in org.embl.ebi.escience.scufl.parser |
|---|
| Subclasses of ScuflException in org.embl.ebi.escience.scufl.parser | |
|---|---|
class |
XScuflFormatException
Thrown by the ScuflModel when it can't find a particular named processor. |
| Uses of ScuflException in org.embl.ebi.escience.scufl.view |
|---|
| Methods in org.embl.ebi.escience.scufl.view that throw ScuflException | |
|---|---|
void |
DotViewTest.testBoring()
|
void |
DotViewTest.testSimpleGraph()
|
| Uses of ScuflException in org.embl.ebi.escience.scuflui |
|---|
| Subclasses of ScuflException in org.embl.ebi.escience.scuflui | |
|---|---|
class |
InputsNotMatchingException
|
| Uses of ScuflException in org.embl.ebi.escience.scuflui.renderers |
|---|
| Subclasses of ScuflException in org.embl.ebi.escience.scuflui.renderers | |
|---|---|
class |
RendererException
Exception for when renderer-related functions go wrong. |
| Uses of ScuflException in org.embl.ebi.escience.scuflui.shared |
|---|
| Subclasses of ScuflException in org.embl.ebi.escience.scuflui.shared | |
|---|---|
class |
NoContextMenuFoundException
Thrown by the ScuflContextMenuFactory if it can't locate an appropriate popup menu for the supplied object. |
| Uses of ScuflException in org.embl.ebi.escience.scuflui.workbench |
|---|
| Subclasses of ScuflException in org.embl.ebi.escience.scuflui.workbench | |
|---|---|
class |
ScavengerCreationException
Signifies that a scavenger failed during instantiation, most commonly because of network unavailability. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||