Package | Description |
---|---|
info.bioinfweb.commons.collections.bitstorage.exception |
Contains exceptions associated with the bit storage classes in bioinfweb.commons.collections.
|
Modifier and Type | Method and Description |
---|---|
BitField |
BitIndexOutOfBoundException.getSource() |
BitField |
BitStorageException.getSource()
Returns the bit field where the exception occurred.
|
BitField |
InvalidBitNumberForPrimitiveException.getSource() |
Constructor and Description |
---|
BitIndexOutOfBoundException(java.lang.String message,
BitField source,
long index)
Creates a new instance of this class.
|
InvalidBitNumberForPrimitiveException(java.lang.String message,
BitField source,
long numberOfBits,
int primitiveSize)
Creates a new instance of this class.
|