Class EntityTypeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.common.UncheckedException
de.espirit.firstspirit.access.AccessRuntimeException
de.espirit.firstspirit.access.database.EntityTypeNotFoundException
- All Implemented Interfaces:
LocalizableError
,Serializable
Exception being thrown when a referenced
EntityType
(database table) does not exist.- Since:
- 5.2.241201
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityTypeNotFoundException
public EntityTypeNotFoundException()
-
-
Method Details
-
getName
Returns the name of the requested entity type.- Returns:
- the name of the requested entity type.
- Since:
- 5.2.241201
-