Uses of Class
org.opendaylight.protocol.bgp.parser.BGPError
-
Packages that use BGPError Package Description org.opendaylight.protocol.bgp.parser org.opendaylight.protocol.bgp.parser.spi org.opendaylight.protocol.bgp.rib.spi -
-
Uses of BGPError in org.opendaylight.protocol.bgp.parser
Methods in org.opendaylight.protocol.bgp.parser that return BGPError Modifier and Type Method Description static BGPError
BGPError. forValue(org.opendaylight.yangtools.yang.common.Uint8 code, org.opendaylight.yangtools.yang.common.Uint8 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.Constructors in org.opendaylight.protocol.bgp.parser with parameters of type BGPError Constructor Description 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.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 BGPError Modifier and Type Method 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. -
Uses of BGPError in org.opendaylight.protocol.bgp.rib.spi
Constructors in org.opendaylight.protocol.bgp.rib.spi with parameters of type BGPError Constructor Description BGPTerminationReason(BGPError error)
-