fixed some formatting typos
[vimdoclet.git] / sample / java.lang.instrument.IllegalClassFormatException.txt
blob3bec60417a8751fde658c2b1808156c0db4062c5
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. 
27 *java.lang.instrument.IllegalClassFormatException()*
29 public IllegalClassFormatException()
31 Constructs an IllegalClassFormatException with no detail message. 
34 *java.lang.instrument.IllegalClassFormatException(String)*
36 public IllegalClassFormatException(java.lang.String s)
38 Constructs an IllegalClassFormatException with the specified detail message. 
40     s - the detail message.