Uses of Class
org.esa.snap.core.gpf.graph.GraphException
-
Packages that use GraphException Package Description org.esa.snap.core.gpf.graph org.esa.snap.core.gpf.main -
-
Uses of GraphException in org.esa.snap.core.gpf.graph
Methods in org.esa.snap.core.gpf.graph that throw GraphException Modifier and Type Method Description void
GraphProcessor. executeGraph(Graph graph, ProgressMonitor pm)
Executes the graph using a new defaultGraphContext
.void
NodeContext. initTargetProduct()
static Graph
GraphIO. read(Reader reader)
Deserializes agraph
from an XML Reader.static Graph
GraphIO. read(Reader reader, Map<String,String> variables)
Constructors in org.esa.snap.core.gpf.graph that throw GraphException Constructor Description GraphContext(Graph graph)
Creates a GraphContext for the givengraph
and alogger
.GraphContext(Graph graph, Operator graphOp)
Creates a GraphContext for the givengraph
and alogger
. -
Uses of GraphException in org.esa.snap.core.gpf.main
Methods in org.esa.snap.core.gpf.main that throw GraphException Modifier and Type Method Description void
CommandLineContext. executeGraph(Graph graph, GraphProcessingObserver observer)
Graph
CommandLineContext. readGraph(String filePath, Map<String,String> templateVariables)
-