Documentation  › java.lang  › VerifyError
 
 


  VerifyError
  public

  Inherits From:   LinkageError : Error : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


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.


Known Subclasses
 
None.



 
 
  dydoc
  3/10/05