Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
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
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