Package-level declarations

Types

Link copied to clipboard
class IllegalStateException(m: String = "IllegalModelStateException") : RuntimeException
Link copied to clipboard
class KSLEventException(msg: String = "KSLEvent Exception!") : RuntimeException

This class inherits from RuntimeException and is thrown when there is a problem with some use of JSLEvents. This class may either be instantiated with a specific error message or with the default error message.

Link copied to clipboard
class KSLTooManyIterationsException(message: String? = null, cause: Throwable? = null) : Exception
Link copied to clipboard
class NoSuchStepException(m: String = "Iterative Process: No such step exception!") : RuntimeException
Link copied to clipboard
class TooManyScansException(msg: String = "Too many scans during the conditional action processing" + " check for cycling between events or turn off max scan checking") : RuntimeException