Package xal.tools.data
Class DataTable.AddRecordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.tools.data.DataTable.AddRecordException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DataTable
**********************************************************************
Exception thrown when attempting to add a record which causes an
inconsistency. Most likely this happens when a record with the same
primary key(s) already exist in the table.
- 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
-
AddRecordException
Constructor
-
-
Method Details
-
getMessage
Get the exception message.- Overrides:
getMessage
in classThrowable
-