Package java.lang

Class VerifyError

  • All Implemented Interfaces:
    Serializable

    public class VerifyError
    extends LinkageError
    Thrown when the VM notices that an attempt is made to load a class which does not pass the class verification phase.
    See Also:
    Serialized Form
    • Constructor Detail

      • VerifyError

        public VerifyError()
        Constructs a new VerifyError that includes the current stack trace.
      • VerifyError

        public VerifyError​(String detailMessage)
        Constructs a new VerifyError with the current stack trace and the specified detail message.
        Parameters:
        detailMessage - the detail message for this exception.