public class MetricalLpcfgElementNotFoundException
extends java.lang.Exception
MetricalLpcfgElementNotFOundException
is thrown any time
the MetricalLpcfg.extractTree(MetricalLpcfgTree)
method is called
but the given tree is not found in the grammar. It will be thrown with
whatever MetricalLpcfg object caused the Exception.Modifier and Type | Field and Description |
---|---|
private MetricalLpcfgNode |
node
The Node which caused the Exception.
|
private static long |
serialVersionUID
The serial ID.
|
private MetricalLpcfgTree |
tree
The tree which caused the Exception.
|
Constructor and Description |
---|
MetricalLpcfgElementNotFoundException(MetricalLpcfgNode node)
Create a new Exception based on the given Tree.
|
MetricalLpcfgElementNotFoundException(MetricalLpcfgTree tree)
Create a new Exception based on the given Tree.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalizedMessage() |
private static final long serialVersionUID
private final MetricalLpcfgTree tree
private final MetricalLpcfgNode node
public MetricalLpcfgElementNotFoundException(MetricalLpcfgTree tree)
tree
- tree
public MetricalLpcfgElementNotFoundException(MetricalLpcfgNode node)
node
- node