java.lang
Class VerifyError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.LinkageError
              extended by java.lang.VerifyError
All Implemented Interfaces:
Serializable

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."

See Also:
Serialized Form

Constructor Summary
VerifyError()
          Create an error without a message.
VerifyError(String s)
          Create an error with a message.
 
Method Summary
 
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

VerifyError

public VerifyError()
Create an error without a message.


VerifyError

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

Parameters:
s - the message