Package org.apache.cassandra.utils.vint
Class VIntCoding.VIntOutOfRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cassandra.utils.vint.VIntCoding.VIntOutOfRangeException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- VIntCoding
Throw when attempting to decode a vint and the output type
doesn't have enough space to fit the value that was decoded
- See Also:
-
Field Summary
Fields -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
value
public final long value
-