| Exception Thrown By: | Cause |
| Class | Package | Method | |
| | |
|
AbstractCollection
| java.util | public T[] toArray(T[] a) | if the runtime type of the specified array is not a supertype of the runtime type of every element in this collection. |
|
ArrayBlockingQueue
| java.util | public T[] toArray(T[] a) | if the runtime type of the specified array is not a supertype of the runtime type of every element in this queue. |
|
ArrayDeque
| java.util | public T[] toArray(T[] a) | if the runtime type of the specified array is not a supertype of the runtime type of every element in this deque. |
|
ConcurrentLinkedDeque
| java.util | public T[] toArray(T[] a) | if the runtime type of the specified array is not a supertype of the runtime type of every element in this deque. |
|
ConcurrentLinkedQueue
| java.util | public T[] toArray(T[] a) | if the runtime type of the specified array is not a supertype of the runtime type of every element in this queue. |
|
CopyOnWriteArrayList
| java.util | public T[] toArray(T[] a) | if the runtime type of the specified array is not a supertype of the runtime type of every element in this list. |
|
CopyOnWriteArraySet
| java.util | public T[] toArray(T[] a) | if the runtime type of the specified array is not a supertype of the runtime type of every element in this set. |
|
DelayQueue
| java.util | public T[] toArray(T[] a) | if the runtime type of the specified array is not a supertype of the runtime type of every element in this queue. |
|
LinkedBlockingDeque
| java.util | public T[] toArray(T[] a) | if the runtime type of the specified array is not a supertype of the runtime type of every element in this deque. |
|
LinkedBlockingQueue
| java.util | public T[] toArray(T[] a) | if the runtime type of the specified array is not a supertype of the runtime type of every element in this queue. |
|
PriorityBlockingQueue
| java.util | public T[] toArray(T[] a) | if the runtime type of the specified array is not a supertype of the runtime type of every element in this queue. |
|
PriorityQueue
| java.util | public T[] toArray(T[] a) | if the runtime type of the specified array is not a supertype of the runtime type of every element in this queue. |