java.lang

Class VerifyError

public class VerifyError extends LinkageError

A VerifyError is thrown if there is a security problem or internal inconsistency in a class file as detected by the "verifier."

UNKNOWN: updated to 1.4

Constructor Summary
VerifyError()
Create an error without a message.
VerifyError(String s)
Create an error with a message.

Constructor Detail

VerifyError

public VerifyError()
Create an error without a message.

VerifyError

public VerifyError(String s)
Create an error with a message.

Parameters: s the message