Added in API level 1
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  
  
  
  
  
   
  
  
  
  
  
  
  
  
Summary:
  Ctors
  
  | Inherited Methods
VerifyError
  public
  
  
  
  class
  VerifyError
  
  
  
  
  
  
  
  
  
  
    extends LinkageError
  
  
  
  
  
  
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Error | |||
| ↳ | java.lang.LinkageError | |||
| ↳ | java.lang.VerifyError | |||
Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
Summary
| Public constructors | |
|---|---|
| 
      VerifyError()
      Constructs an  | |
| 
      VerifyError(String s)
      Constructs an  | |
| Inherited methods | |
|---|---|
Public constructors
VerifyError
    Added in API level 1
  
      
  
    public VerifyError ()
Constructs an VerifyError with no detail message.
VerifyError
    Added in API level 1
  
      
  
    public VerifyError (String s)
Constructs an VerifyError with the specified detail message.
| Parameters | |
|---|---|
| s | String: the detail message. | 
