throw new ArrayUtilException("Object ["+Caster.toClassName(o)+"] is not a Array");
}
private static ArrayUtilException invalidIndex(int index, int length) {
return new ArrayUtilException("Invalid index ["+index+"] for native Array call, Array has a Size of "+length);
}