Class ParameterLengthOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.protocol.bgp.parser.spi.ParameterLengthOverflowException
- All Implemented Interfaces:
Serializable
Exception reported when a
ParameterSerializer
detects its output does not fit 255 bytes and hence cannot
be held in plain RFC4271 OPEN message.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParameterLengthOverflowException
-
-
Method Details
-
throwIf
public static void throwIf(boolean expression, String format, Object... args) throws ParameterLengthOverflowException - Throws:
ParameterLengthOverflowException
-