Class InvalidTableOrColumnNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.cloudcreate.essentials.components.foundation.postgresql.InvalidTableOrColumnNameException
- All Implemented Interfaces:
Serializable
Thrown by
PostgresqlUtil.checkIsValidTableOrColumnName(String) in case
a table or column name is null, empty, matches a reserved keyword,
or contains invalid characters.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTableOrColumnNameException
-