RoboJDETM v2.0

java.lang
Class ArrayStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.ArrayStoreException

public class ArrayStoreException
extends RuntimeException

Exception thrown when an attempt is made to store a reference in an array when the type of the referenced object is not compatible with the type of the array.


Constructor Summary
ArrayStoreException()
           
ArrayStoreException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

ArrayStoreException

public ArrayStoreException()

ArrayStoreException

public ArrayStoreException(String message)

RoboJDETM v2.0

Copyright (c) 2003-2009 RidgeSoft, LLC. All rights reserved.
www.ridgesoft.com