Package io.vavr.test
Class Property.CheckError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- io.vavr.test.Property.CheckError
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Property
static class Property.CheckError extends java.lang.Error
Internally used to provide more specific error messages.
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CheckError(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-