Documentation  › java.lang  › NegativeArraySizeException
 
 


  NegativeArraySizeException
  public

  Inherits From:   RuntimeException : Exception : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


Exception Description
 
Thrown if an application tries to create an array with negative size.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
NegativeArraySizeException
public NegativeArraySizeException( )

Constructs a NegativeArraySizeException with no detail message.


NegativeArraySizeException
public NegativeArraySizeException( String s )

Constructs a NegativeArraySizeException with the specified detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
None.



 
 
  dydoc
  3/10/05