java.lang
public class VerifyError extends LinkageError
VerifyError
is thrown if there is a security problem or
internal inconsistency in a class file as detected by the "verifier."Constructor and Description |
---|
VerifyError()
Create an error without a message.
|
VerifyError(String s)
Create an error with a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VerifyError()
public VerifyError(String s)
s
- the message