|
|
Exception Description
|
|
|
Thrown when the "verifier" detects that a class file,
though well formed, contains some sort of internal inconsistency
or security problem.
|
Class Variables
|
|
|
None declared in this exception.
|
Instance Variables
|
|
|
None declared in this exception.
|
Constructors
|
|
|
VerifyError
public VerifyError(
)
Constructs an VerifyError with no detail message.
VerifyError
public VerifyError(
String s
)
Constructs an VerifyError with the specified detail message.
|
Class Methods
|
|
|
None declared in this exception.
|
Instance Methods
|
|
|
None declared in this exception.
|
|
|