java.lang
Class NegativeArraySizeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.NegativeArraySizeException

public synchronized class NegativeArraySizeException
extends RuntimeException


Constructor Summary
NegativeArraySizeException()
           
NegativeArraySizeException(String)
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

NegativeArraySizeException

public NegativeArraySizeException()

NegativeArraySizeException

public NegativeArraySizeException(String)