ActionValueException

class ActionValueException(message: String?, exception: Exception?) : Exception(source)

Exceptions thrown when creating ActionValues from objects.

Constructors

Link copied to clipboard
constructor(message: String?, exception: Exception?)

Inherited properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard