public final class UnsupportedSpecializationException
extends java.lang.RuntimeException
Constructor and Description |
---|
UnsupportedSpecializationException(Node node,
Node[] suppliedNodes,
java.lang.Object... suppliedValues) |
Modifier and Type | Method and Description |
---|---|
Node |
getNode()
Returns the
Node that caused the this UnsupportedSpecializationException . |
Node[] |
getSuppliedNodes()
Returns the children of the
Node returned by getNode() which produced the
values returned by getSuppliedValues() . |
java.lang.Object[] |
getSuppliedValues()
Returns the dynamic values that were supplied to the node.The array returned by
getSuppliedNodes() has the same length as the array returned by
getSuppliedValues() . |
public Node getNode()
Node
that caused the this UnsupportedSpecializationException
.public Node[] getSuppliedNodes()
Node
returned by getNode()
which produced the
values returned by getSuppliedValues()
. The array returned by
getSuppliedNodes()
has the same length as the array returned by
getSuppliedValues()
. Never returns null.public java.lang.Object[] getSuppliedValues()
getSuppliedNodes()
has the same length as the array returned by
getSuppliedValues()
. Never returns null.