java.lang
Class VerifyError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.LinkageError
java.lang.VerifyError
- All Implemented Interfaces:
- Serializable
public class VerifyError
- extends LinkageError
CLDC: Thrown when the "verifier" detects that a class file, though well
formed, contains some sort of internal inconsistency or security problem.
- See Also:
- Serialized Form
Constructor Summary |
VerifyError()
Constructs a new linkage error with null as its
detail message. |
VerifyError(String msg)
Constructs a new error with the specified detail message. |
VerifyError
public VerifyError()
- Constructs a new linkage error with
null
as its
detail message.
VerifyError
public VerifyError(String msg)
- Constructs a new error with the specified detail message.
Copyright © 2007 Sentilla Corporation. All Rights Reserved.