Improved build.xml
[vimdoclet.git] / sample / java.util.InvalidPropertiesFormatException.txt
blob08a541f937c3d0fa8328698000c416a01ae30771
1 *java.util.InvalidPropertiesFormatException* *InvalidPropertiesFormatException* 
3 public class InvalidPropertiesFormatException
4   extends    |java.io.IOException|
6 |java.util.InvalidPropertiesFormatException_Description|
7 |java.util.InvalidPropertiesFormatException_Fields|
8 |java.util.InvalidPropertiesFormatException_Constructors|
9 |java.util.InvalidPropertiesFormatException_Methods|
11 ================================================================================
13 *java.util.InvalidPropertiesFormatException_Constructors*
14 |java.util.InvalidPropertiesFormatException(String)|Constructs an InvalidProper
15 |java.util.InvalidPropertiesFormatException(Throwable)|Constructs an InvalidPro
17 *java.util.InvalidPropertiesFormatException_Description*
19 Thrown to indicate that an operation could not complete because the input did 
20 not conform to the appropriate XML document type for a collection of 
21 properties, as per the (|java.util.Properties|) specification. 
23 Note, that although InvalidPropertiesFormatException inherits Serializable 
24 interface from Exception, it is not intended to be Serializable. Appropriate 
25 serialization methods are implemented to throw NotSerializableException. 
28 *java.util.InvalidPropertiesFormatException(String)*
30 public InvalidPropertiesFormatException(java.lang.String message)
32 Constructs an InvalidPropertiesFormatException with the specified detail 
33 message. 
35     message - the detail message. The detail message is saved for later retrieval by the 
36        {@link Throwable#getMessage()} method. 
38 *java.util.InvalidPropertiesFormatException(Throwable)*
40 public InvalidPropertiesFormatException(java.lang.Throwable cause)
42 Constructs an InvalidPropertiesFormatException with the specified cause. 
44     cause - the cause (which is saved for later retrieval by the {@link 
45        Throwable#getCause()} method).