Class VerifyError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.LinkageError
java.lang.VerifyError
- All Implemented Interfaces:
- Serializable
Thrown when the "verifier" detects that a class file,
 though well formed, contains some sort of internal inconsistency
 or security problem.
- Since:
- 1.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs anVerifyErrorwith no detail message.Constructs anVerifyErrorwith the specified detail message.
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
VerifyErrorpublic VerifyError()Constructs anVerifyErrorwith no detail message.
- 
VerifyErrorConstructs anVerifyErrorwith the specified detail message.- Parameters:
- s- the detail message.
 
 
-