Package java.lang

Class ArrayStoreException

    • Constructor Detail

      • ArrayStoreException

        public ArrayStoreException()
        Constructs a new ArrayStoreException that includes the current stack trace.
      • ArrayStoreException

        public ArrayStoreException​(String detailMessage)
        Constructs a new ArrayStoreException with the current stack trace and the specified detail message.
        Parameters:
        detailMessage - the detail message for this exception.