Field.getShort
Class Overview | Class Members |
This Package |
All Packages
public native short getShort( Object obj ) throws IllegalArgumentException, IllegalAccessException
Description
Get the value of a field as a short on specified object.
Exceptions
IllegalAccessException
if the underlying constructor
is inaccessible.
Exceptions
IllegalArgumentException
if the field value cannot be
converted to the return type by a widening conversion.
See Also
get