| |
|
| java.lang.Object java.lang.Throwable java.lang.Error java.lang.LinkageError java.lang.VerifyError
VerifyError | public class VerifyError extends LinkageError (Code) | | This error is thrown when the VM notices that an attempt is made to load a
class which does not pass the class verification phase.
|
Constructor Summary | |
public | VerifyError() Constructs a new instance of this class with its walkback filled in. | public | VerifyError(String detailMessage) Constructs a new instance of this class with its walkback and message
filled in. |
VerifyError | public VerifyError()(Code) | | Constructs a new instance of this class with its walkback filled in.
|
VerifyError | public VerifyError(String detailMessage)(Code) | | Constructs a new instance of this class with its walkback and message
filled in.
Parameters: detailMessage - String The detail message for the exception. |
|
|
|