ERROR - ArrayStoreException - Possible Causes of ArrayStoreException


Exception Thrown By:Cause
ClassPackageMethod
AbstractCollection java.utilpublic  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.utilpublic  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.utilpublic  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.utilpublic  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.utilpublic  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.utilpublic  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.utilpublic  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.utilpublic  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.utilpublic  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.utilpublic  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.utilpublic  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.utilpublic  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.