Class VerifyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.common.base.VerifyException
- All Implemented Interfaces:
- Serializable
Exception thrown upon the failure of a verification check,
 including those performed by the convenience methods of the 
Verify class.- Since:
- 17.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs aVerifyExceptionwith no message.VerifyException(@Nullable String message) Constructs aVerifyExceptionwith the messagemessage.VerifyException(@Nullable String message, @Nullable Throwable cause) Constructs aVerifyExceptionwith the messagemessageand the causecause.VerifyException(@Nullable Throwable cause) Constructs aVerifyExceptionwith the causecauseand a message that isnullifcauseis null, andcause.toString()otherwise.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
VerifyExceptionpublic VerifyException()Constructs aVerifyExceptionwith no message.
- 
VerifyException
- 
VerifyException
- 
VerifyException
 
-