Package xal.tools.data
Class MissingPrimaryKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.tools.data.MissingPrimaryKeyException
- All Implemented Interfaces:
Serializable
- Author:
- tap
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingPrimaryKeyException
(String tableName) Creates a new instance of MissingPrimaryKeyException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingPrimaryKeyException
Creates a new instance of MissingPrimaryKeyException
-