src/share/classes/com/sun/jdi/ClassNotPreparedException.java

Print this page

        

*** 30,39 **** --- 30,40 ---- * completed because the specified class has not yet been prepared. * * @author Gordon Hirsch * @since 1.3 */ + @jdk.Supported public class ClassNotPreparedException extends RuntimeException { private static final long serialVersionUID = -6120698967144079642L; public ClassNotPreparedException() { super();