Java com.google.common.base VerifyException fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.base VerifyException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.base VerifyException.

The text is from its open source code.

Constructor

VerifyException(@Nullable String message)
Constructs a VerifyException with the message message .
VerifyException(@Nullable Throwable cause)
Constructs a VerifyException with the cause cause and a message that is null if cause is null, and cause.toString() otherwise.
VerifyException(@Nullable String message, @Nullable Throwable cause)
Constructs a VerifyException with the message message and the cause cause .

Method

StringgetMessage()
Returns the detail message string of this throwable.
StringtoString()
Returns a short description of this throwable.