Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException if the new priority is greater than Thread.MAX_PRIORITY or less than Thread.MIN_PRIORITY Java.Lang.IllegalArgumentException if the new priority is greater than Thread.MAX_PRIORITY or less than Thread.MIN_PRIORITY Java.Lang.IllegalArgumentException if the new priority is greater than Thread.MAX_PRIORITY or less than Thread.MIN_PRIORITY Java.Lang.IllegalArgumentException if the new priority is greater than Thread.MAX_PRIORITY or less than Thread.MIN_PRIORITY Java.Lang.IllegalArgumentException if the new priority is greater than Thread.MAX_PRIORITY or less than Thread.MIN_PRIORITY
Get method documentation [Android Documentation]
Returns the maximum allowed priority for a Thread in this thread group.
Set method documentation [Android Documentation]
Configures the maximum allowed priority for a Thread in this group and
recursively in all its subgroups.
A caller can never increase the maximum priority of a thread group.
Such an attempt will not result in an exception, it will
simply leave the thread group with its current maximum priority.