to Byte Exact
Converts this BigInteger to a byte, checking for lost information. If the value of this BigInteger is out of the range of the byte type, then an ArithmeticException is thrown.
Return
this BigInteger converted to a byte.
Since
1.8
See also
Throws
if the value of this will not exactly fit in a byte.