@GwtCompatible public class VerifyException extends RuntimeException
Verify class.| Constructor and Description | 
|---|
| VerifyException()Constructs a  VerifyExceptionwith no message. | 
| VerifyException(@Nullable String message)Constructs a  VerifyExceptionwith the messagemessage. | 
| VerifyException(@Nullable String message,
               @Nullable Throwable cause)Constructs a  VerifyExceptionwith the messagemessageand the causecause. | 
| VerifyException(@Nullable Throwable cause)Constructs a  VerifyExceptionwith the causecauseand a message that isnullifcauseis null, andcause.toString()otherwise. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VerifyException()
VerifyException with no message.public VerifyException(@Nullable String message)
VerifyException with the message message.public VerifyException(@Nullable Throwable cause)
VerifyException with the cause cause and a message that is null if cause is null, and cause.toString() otherwise.public VerifyException(@Nullable String message, @Nullable Throwable cause)
VerifyException with the message message and the cause cause.Copyright © 2010–2019. All rights reserved.