Uses of Class
net.ggtools.grand.exceptions.GrandException
-
Packages that use GrandException Package Description net.ggtools.grand.ant net.ggtools.grand.exceptions net.ggtools.grand.filters net.ggtools.grand.graph net.ggtools.grand.output -
-
Uses of GrandException in net.ggtools.grand.ant
Methods in net.ggtools.grand.ant that throw GrandException Modifier and Type Method Description voidLinkFinderVisitor. defaultVisit(org.apache.tools.ant.RuntimeConfigurable wrapper)Default action for unknown task.GraphAntProject. getGraph()Convert an Ant project to a Grand Graph.Constructors in net.ggtools.grand.ant that throw GrandException Constructor Description AntProject(File source)Creates a new project from an Ant build file.AntProject(File source, Properties properties)Creates a new project from an Ant build file. -
Uses of GrandException in net.ggtools.grand.exceptions
Subclasses of GrandException in net.ggtools.grand.exceptions Modifier and Type Class Description classDuplicateElementExceptionException raised when trying to create two elements with the same key in a container.classNonExistentNodeExceptionException raised when trying to process a non existent node. -
Uses of GrandException in net.ggtools.grand.filters
Methods in net.ggtools.grand.filters that throw GrandException Modifier and Type Method Description protected abstract Collection<Node>AbstractGraphFilter. getFilteredNodes()Get the nodes from the graph that pass the filter.protected Collection<Node>GraphWalkFilter. getFilteredNodes()Method getFilteredNodes.protected Collection<Node>IsolatedNodeFilter. getFilteredNodes()Method getFilteredNodes.protected Collection<Node>MissingNodeFilter. getFilteredNodes()Method getFilteredNodes.protected Collection<Node>NodeRemoverFilter. getFilteredNodes()Method getFilteredNodes.protected Collection<Node>PrefixedNodeFilter. getFilteredNodes()Method getFilteredNodes.GraphAbstractGraphFilter. getGraph()Method getGraph.GraphFilterChain. getGraph()Method getGraph.protected GraphAbstractGraphFilter. getProducersGraph()Returns the graph from the current producer. -
Uses of GrandException in net.ggtools.grand.graph
Methods in net.ggtools.grand.graph that throw GrandException Modifier and Type Method Description GraphGraphProducer. getGraph()Ask the producer to create a graph.voidGraphWriter. write(File output)Write a project's graph to a file.voidGraphWriter. write(OutputStream stream)Write a project's graph to a stream. -
Uses of GrandException in net.ggtools.grand.output
Methods in net.ggtools.grand.output that throw GrandException Modifier and Type Method Description voidDotWriter. write(File output)Method write.voidDotWriter. write(OutputStream stream)Method write.
-