fixed some formatting typos
[vimdoclet.git] / sample / java.lang.NegativeArraySizeException.txt
blob38210ec87372a5bfeb7166b0dabfce68fe2ac920
1 *java.lang.NegativeArraySizeException* *NegativeArraySizeException* Thrown if an
3 public class NegativeArraySizeException
4   extends    |java.lang.RuntimeException|
6 |java.lang.NegativeArraySizeException_Description|
7 |java.lang.NegativeArraySizeException_Fields|
8 |java.lang.NegativeArraySizeException_Constructors|
9 |java.lang.NegativeArraySizeException_Methods|
11 ================================================================================
13 *java.lang.NegativeArraySizeException_Constructors*
14 |java.lang.NegativeArraySizeException()|Constructs a NegativeArraySizeException
15 |java.lang.NegativeArraySizeException(String)|Constructs a NegativeArraySizeExc
17 *java.lang.NegativeArraySizeException_Description*
19 Thrown if an application tries to create an array with negative size. 
23 *java.lang.NegativeArraySizeException()*
25 public NegativeArraySizeException()
27 Constructs a NegativeArraySizeException with no detail message. 
30 *java.lang.NegativeArraySizeException(String)*
32 public NegativeArraySizeException(java.lang.String s)
34 Constructs a NegativeArraySizeException with the specified detail message. 
36     s - the detail message.