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 void
LinkFinderVisitor. defaultVisit(org.apache.tools.ant.RuntimeConfigurable wrapper)
Default action for unknown task.Graph
AntProject. 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 class
DuplicateElementException
Exception raised when trying to create two elements with the same key in a container.class
NonExistentNodeException
Exception 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.Graph
AbstractGraphFilter. getGraph()
Method getGraph.Graph
FilterChain. getGraph()
Method getGraph.protected Graph
AbstractGraphFilter. 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 Graph
GraphProducer. getGraph()
Ask the producer to create a graph.void
GraphWriter. write(File output)
Write a project's graph to a file.void
GraphWriter. 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 void
DotWriter. write(File output)
Method write.void
DotWriter. write(OutputStream stream)
Method write.
-