java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bitlap.roaringbitmap.InvalidRoaringFormat
- 所有已实现的接口:
Serializable
Exception thrown when attempting to deserialize a roaring bitmap from
an input stream missing a cookie or having other similar anomalies.
Some code may translate it to an IOException
for convenience when the cause of the problem can be cleanly interpreted as
an IO issue. However, when memory-mapping the file from a ByteBuffer,
the exception is used as a RuntimeException.
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Convert the exception to an IOException (convenience function)
-
构造器详细资料
-
InvalidRoaringFormat
Exception constructor.- 参数:
string- message
-
-
方法详细资料
-
toIOException
Convert the exception to an IOException (convenience function)- 返回:
- an IOException with a related error message.
-