nicer message
This commit is contained in:
parent
c47515f3f8
commit
23b02ec375
Binary file not shown.
|
@ -14,7 +14,7 @@ public class BitState {
|
|||
}
|
||||
bitIndex++;
|
||||
if (bitIndex == 32)
|
||||
throw new IllegalStateException("todo: too many bits, not supported");
|
||||
throw new IllegalStateException("Too many bits: " + cf.name);
|
||||
}
|
||||
|
||||
public void reset() {
|
||||
|
|
Loading…
Reference in New Issue