KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.exceptions
/
KSLTooManyIterationsException
KSLToo
Many
Iterations
Exception
class
KSLTooManyIterationsException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
Exception
Members
Constructors
KSLToo
Many
Iterations
Exception
Link copied to clipboard
constructor
(
cause
:
Throwable
)
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?