KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.io.dbutil
/
TableDoesNotExistException
Table
Does
Not
Exist
Exception
class
TableDoesNotExistException
(
msg
:
String
=
"TableDoesNotExistException: The table in the database does not exist!"
)
:
RuntimeException
Author
rossetti
Members
Constructors
Table
Does
Not
Exist
Exception
Link copied to clipboard
constructor
(
msg
:
String
=
"TableDoesNotExistException: The table in the database does not exist!"
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?