Package xal.tools.data
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
************************************************************************
This exception is thrown when attempting to fetch a single record with
bindings and more than one record matches the criteria.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonUniqueRecordException
Constructor
-
-
Method Details
-
getMessage
Get the exception message.- Overrides:
getMessage
in classThrowable
-