| Package | Description |
|---|---|
| org.opendaylight.protocol.bgp.parser | |
| org.opendaylight.protocol.bgp.parser.spi | |
| org.opendaylight.protocol.bgp.rib.spi |
| Modifier and Type | Method and Description |
|---|---|
static BGPError |
BGPError.forValue(int code,
int subcode) |
BGPError |
AbstractBGPException.getError()
Returns specific documented error.
|
static BGPError |
BGPError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BGPError[] |
BGPError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BGPDocumentedException(BGPError error)
Used when an error occurred that is described in an RFC or a draft.
|
BGPDocumentedException(String message,
BGPError error)
Used when an error occurred that is described in an RFC or a draft.
|
BGPDocumentedException(String message,
BGPError error,
byte[] data)
Used when an error occurred that is described in an RFC or a draft.
|
BGPDocumentedException(String message,
BGPError error,
byte[] data,
Exception cause)
Used when an error occurred that is described in an RFC or a draft.
|
BGPDocumentedException(String message,
BGPError error,
Exception cause)
Used when an error occurred that is described in an RFC or a draft.
|
BGPTreatAsWithdrawException(@NonNull BGPError error,
byte[] data,
@NonNull String format,
Object... args) |
BGPTreatAsWithdrawException(@NonNull BGPError error,
@Nullable Exception cause,
@NonNull String format,
Object... args) |
BGPTreatAsWithdrawException(@NonNull BGPError error,
@NonNull String format,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
BGPDocumentedException |
RevisedErrorHandling.reportError(BGPError error,
byte[] data,
String format,
Object... args)
Report a failure to parse an attribute resulting either in treat-as-withdraw if RFC7606 is in effect, or
connection teardown if it is not.
|
BGPDocumentedException |
RevisedErrorHandling.reportError(BGPError error,
@Nullable Exception cause,
String format,
Object... args)
Report a failure to parse an attribute resulting either in treat-as-withdraw if RFC7606 is in effect, or
connection teardown if it is not.
|
BGPDocumentedException |
RevisedErrorHandling.reportError(BGPError error,
String format,
Object... args)
Report a failure to parse an attribute resulting either in treat-as-withdraw if RFC7606 is in effect, or
connection teardown if it is not.
|
| Constructor and Description |
|---|
BGPTerminationReason(BGPError error) |
Copyright © 2020 OpenDaylight. All rights reserved.