Merge git+ssh://davetron5000@repo.or.cz/srv/git/vimdoclet
[vimdoclet.git] / sample / java.lang.NumberFormatException.txt
blob9c2a09dd06701df47a70e80bff6fc4bea9315571
1 *java.lang.NumberFormatException* *NumberFormatException* Thrown to indicate tha
3 public class NumberFormatException
4   extends    |java.lang.IllegalArgumentException|
6 |java.lang.NumberFormatException_Description|
7 |java.lang.NumberFormatException_Fields|
8 |java.lang.NumberFormatException_Constructors|
9 |java.lang.NumberFormatException_Methods|
11 ================================================================================
13 *java.lang.NumberFormatException_Constructors*
14 |java.lang.NumberFormatException()|Constructs a NumberFormatException with no d
15 |java.lang.NumberFormatException(String)|Constructs a NumberFormatException wit
17 *java.lang.NumberFormatException_Description*
19 Thrown to indicate that the application has attempted to convert a string to 
20 one of the numeric types, but that the string does not have the appropriate 
21 format. 
24 *java.lang.NumberFormatException()*
26 public NumberFormatException()
28 Constructs a NumberFormatException with no detail message. 
31 *java.lang.NumberFormatException(String)*
33 public NumberFormatException(java.lang.String s)
35 Constructs a NumberFormatException with the specified detail message. 
37     s - the detail message.