equal
deleted
inserted
replaced
32 * Normally, this error is caught by the compiler; this error can |
32 * Normally, this error is caught by the compiler; this error can |
33 * only occur at run time if the definition of a class has |
33 * only occur at run time if the definition of a class has |
34 * incompatibly changed. |
34 * incompatibly changed. |
35 * |
35 * |
36 * @author unascribed |
36 * @author unascribed |
37 * @since JDK1.0 |
37 * @since 1.0 |
38 */ |
38 */ |
39 public class IllegalAccessError extends IncompatibleClassChangeError { |
39 public class IllegalAccessError extends IncompatibleClassChangeError { |
40 private static final long serialVersionUID = -8988904074992417891L; |
40 private static final long serialVersionUID = -8988904074992417891L; |
41 |
41 |
42 /** |
42 /** |