Uses of Enum Class
org.opendaylight.protocol.bgp.parser.BGPError
Packages that use BGPError
Package
Description
-
Uses of BGPError in org.opendaylight.protocol.bgp.parser
Methods in org.opendaylight.protocol.bgp.parser that return BGPErrorModifier and TypeMethodDescriptionstatic BGPError
BGPError.forValue
(org.opendaylight.yangtools.yang.common.Uint8 code, org.opendaylight.yangtools.yang.common.Uint8 subcode) final BGPError
AbstractBGPException.getError()
Returns specific documented error.static BGPError
Returns the enum constant of this class with the specified name.static BGPError[]
BGPError.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.opendaylight.protocol.bgp.parser with parameters of type BGPErrorModifierConstructorDescriptionBGPDocumentedException
(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.BGPDocumentedException
(BGPError error) 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, @NonNull String format, Object... args) BGPTreatAsWithdrawException
(@NonNull BGPError error, @Nullable Exception cause, @NonNull String format, Object... args) -
Uses of BGPError in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type BGPErrorModifier and TypeMethodDescriptionRevisedErrorHandling.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.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.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. -
Uses of BGPError in org.opendaylight.protocol.bgp.rib.spi
Constructors in org.opendaylight.protocol.bgp.rib.spi with parameters of type BGPError