See: Description
Enum | Description |
---|---|
ABIVersion |
Enumeration of all ABI versions supported by this implementation of the client access API.
|
Exception | Description |
---|---|
AbstractVersionException |
Abstract base exception used for reporting version mismatches from
ABIVersion . |
FutureVersionException |
Exception thrown from
ABIVersion.valueOf(short) when the specified version is too new to be supported
by the codebase. |
PastVersionException |
Exception thrown from
ABIVersion.valueOf(short) when the specified version is too old and no longer
supported by the codebase. |
Copyright © 2019 OpenDaylight. All rights reserved.