mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-10 03:40:09 +00:00
java: adds TestMessageUnpackable test
This commit is contained in:
parent
b4c98584db
commit
c8e351b31e
3 changed files with 85 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ public class Packer {
|
|||
out.write(castBytes);
|
||||
return this;
|
||||
} else {
|
||||
throw new MessageTypeException("can't BigInteger larger than 0xffffffffffffffff");
|
||||
throw new MessageTypeException("can't pack BigInteger larger than 0xffffffffffffffff");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue