Improved build.xml
[vimdoclet.git] / sample / java.lang.instrument.IllegalClassFormatException.txt
blob017a01556b227724fde301ede53c2a84d99cd6ae
1 *java.lang.instrument.IllegalClassFormatException* *IllegalClassFormatException* 
3 public class IllegalClassFormatException
4   extends    |java.lang.Exception|
6 |java.lang.instrument.IllegalClassFormatException_Description|
7 |java.lang.instrument.IllegalClassFormatException_Fields|
8 |java.lang.instrument.IllegalClassFormatException_Constructors|
9 |java.lang.instrument.IllegalClassFormatException_Methods|
11 ================================================================================
13 *java.lang.instrument.IllegalClassFormatException_Constructors*
14 |java.lang.instrument.IllegalClassFormatException()|Constructs an IllegalClassF
15 |java.lang.instrument.IllegalClassFormatException(String)|Constructs an Illegal
17 *java.lang.instrument.IllegalClassFormatException_Description*
19 Thrown by an implementation of 
20 ClassFileTransformer.transform(|java.lang.instrument.ClassFileTransformer|) 
21 when its input parameters are invalid. This may occur either because the 
22 initial class file bytes were invalid or a previously applied transform 
23 corrupted the bytes. 
26 *java.lang.instrument.IllegalClassFormatException()*
28 public IllegalClassFormatException()
30 Constructs an IllegalClassFormatException with no detail message. 
33 *java.lang.instrument.IllegalClassFormatException(String)*
35 public IllegalClassFormatException(java.lang.String s)
37 Constructs an IllegalClassFormatException with the specified detail message. 
39     s - the detail message.