Share via


ArrayStoreException.ArrayStoreException

Class Overview | Class Members | This Package | All Packages

Syntax 1

public ArrayStoreException()

Description

Constructs an ArrayStoreException with no detail message.

Syntax 2

public ArrayStoreException( String s )

Parameters
  • s
    the detail message.
Description

Constructs an ArrayStoreException with the specified detail message.