相关文章推荐
坏坏的眼镜  ·  Android studio ...·  6 月前    · 
拉风的楼房  ·  JDeveloper IDE 绠��·  7 月前    · 
冷静的酱牛肉  ·  Activity.OnDestroy 方法 ...·  1 年前    · 
开心的炒饭  ·  C++ ...·  1 年前    · 

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge

Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.

[Android.Runtime.Register("java/lang/VerifyError", DoNotGenerateAcw=true)]
public class VerifyError : Java.Lang.LinkageError
[<Android.Runtime.Register("java/lang/VerifyError", DoNotGenerateAcw=true)>]
type VerifyError = class
    inherit LinkageError
Inheritance
VerifyError

Appends the specified exception to the exceptions that were suppressed in order to deliver this exception.

(Inherited from Throwable )

Provides programmatic access to the stack trace information printed by #printStackTrace() .

(Inherited from Throwable )

Returns an array containing all of the exceptions that were suppressed, typically by the try -with-resources statement, in order to deliver this exception.

(Inherited from Throwable )

Sets the stack trace elements that will be returned by #getStackTrace() and printed by #printStackTrace() and related methods.

(Inherited from Throwable )