@Beta @GwtCompatible public class VerifyException extends RuntimeException
Verify class.
| Constructor and Description |
|---|
VerifyException()
Constructs a
VerifyException with no message.
|
VerifyException(String
Constructs a
VerifyException with the message
message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VerifyException()
VerifyException with no message.
public VerifyException(Stringmessage)
VerifyException with the message
message.