Example usage for Java com.google.common.base VerifyException fields, constructors, methods, implement or subclass
The text is from its open source code.
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 . |
String | getMessage() Returns the detail message string of this throwable. |
String | toString() Returns a short description of this throwable. |