-5
IllegalArgumentException
static int requireNonNegative(int x){if(x<0) throw new IllegalArgumentException();return x;}
static int requireNonNegative(int x){if(x<0) throw new IllegalArgumentException();return x;}