public class VerifyError extends LinkageError
Constructor and Description |
---|
VerifyError()
Constructs a new
VerifyError that includes the current stack
trace. |
VerifyError(String detailMessage)
Constructs a new
VerifyError with the current stack trace and the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VerifyError()
VerifyError
that includes the current stack
trace.public VerifyError(String detailMessage)
VerifyError
with the current stack trace and the
specified detail message.detailMessage
- the detail message for this exception.