|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionException | |
gate | |
gate.creole | |
gate.creole.namematch | |
gate.creole.nerc |
Uses of ExecutionException in gate |
Methods in gate that throw ExecutionException | |
void |
ProcessingResource.check()
Trigger any exception that was caught when run() was invoked. |
Uses of ExecutionException in gate.creole |
Fields in gate.creole declared as ExecutionException | |
protected ExecutionException |
AbstractProcessingResource.executionException
Any exception caught during run() invocations are stored here. |
protected ExecutionException |
AbstractLanguageAnalyser.executionException
Any exception caught during run() invocations are stored here. |
protected ExecutionException |
SerialController.executionException
Any exception caught during run() invocations are stored here. |
Methods in gate.creole that throw ExecutionException | |
void |
AbstractProcessingResource.check()
Trigger any exception that was caught when run() was
invoked. |
void |
AbstractLanguageAnalyser.check()
Trigger any exception that was caught when run() was
invoked. |
void |
SerialController.check()
Trigger any exception that was caught when run() was
invoked. |
Uses of ExecutionException in gate.creole.namematch |
Fields in gate.creole.namematch declared as ExecutionException | |
protected ExecutionException |
Namematch.executionException
|
Methods in gate.creole.namematch that throw ExecutionException | |
void |
Namematch.check()
|
Uses of ExecutionException in gate.creole.nerc |
Methods in gate.creole.nerc that throw ExecutionException | |
protected void |
Nerc.runSystem()
Runs the group of processing resources over the current document |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |