Class DataTable.NonUniqueRecordException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.tools.data.DataTable.NonUniqueRecordException
All Implemented Interfaces:
Serializable
Enclosing class:
DataTable

public static class DataTable.NonUniqueRecordException extends RuntimeException
************************************************************************ This exception is thrown when attempting to fetch a single record with bindings and more than one record matches the criteria.
See Also:
  • Constructor Details

    • NonUniqueRecordException

      public NonUniqueRecordException(Map<String,T> theBindings)
      Constructor
  • Method Details