-
- Type Parameters:
T - Type of the object that failed validation.
public class InvalidEntry<T>
extends Object
Represents a record that fails validation, with provided errorCode and errorMessage
-
-
Constructor Summary
Constructors
| Constructor and Description |
InvalidEntry(int errorCode,
String errorMsg,
T invalidRecord) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.