public abstract class UnknownInstruction extends CancelFailure
This class represents the following YANG schema fragment defined in module programming
identity unknown-instruction {
base "()IdentityEffectiveStatementImpl{qname=(urn:opendaylight:params:xml:ns:yang:programming?revision=2015-07-20)cancel-failure, path=AbsoluteSchemaPath{path=[(urn:opendaylight:params:xml:ns:yang:programming?revision=2015-07-20)cancel-failure]}}";
description
"The specified instruction ID has not been found
in the queue.";
status CURRENT;
}
The schema path to identify an instance is
programming/unknown-instruction| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Constructor and Description |
|---|
UnknownInstruction() |
Copyright © 2017 OpenDaylight. All rights reserved.