IllegalAccessError (Java 2 Platform SE v1.4.2)
function windowTitle()
{
parent.document.title="IllegalAccessError (Java 2 Platform SE v1.4.2)";
}
| JavaTM 2 Platform | ||||||||||
DETAIL: FIELD | CONSTR | METHOD |
java.lang
Class IllegalAccessError
java.lang.IncompatibleClassChangeError
java.lang.IllegalAccessError
-
All Implemented Interfaces:
- Serializable
-
public class
IllegalAccessError
extends
IncompatibleClassChangeError
Thrown if an application attempts to access or modify a field, or
to call a method that it does not have access to.
一个应用试图访问或修改某个域,或者调用不能访问的方法时抛出。
Normally, this error is caught by the compiler; this error can
only occur at run time if the definition of a class has
incompatibly changed.
通常该错误由编译器捕获,只有当某个类的定义被不恰当地改变时抛出。
-
Since:
- JDK1.0 See Also:
- Serialized Form
Constructor Summary | |
IllegalAccessError() Constructs an 创建一个不含详细信息的IllegalAccessError。 | |
IllegalAccessError(String s) Constructs an detail message.创建一个指定详细信息的IllegalAccessError。 |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
IllegalAccessError
public IllegalAccessError()
-
Constructs an
IllegalAccessError
with no detail message.创建一个不含详细信息的IllegalAccessError。
IllegalAccessError
public IllegalAccessError(String s)
-
Constructs an
IllegalAccessError
with the specifieddetail message.创建一个指定详细信息的IllegalAccessError。
Parameters:
-
s
- the detail message.详细信息。
| JavaTM 2 Platform | ||||||||||
DETAIL: FIELD | CONSTR | METHOD |
Submita bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentationredistribution policy.