OnErrorAction

JVM
1.0
enum class OnErrorAction
(source)

Enum that can be used to specify behaviour of the copyRecursively() function in exceptional conditions.

Enum Values

JVM
1.0

SKIP

Skip this file and go to the next.

JVM
1.0

TERMINATE

Terminate the evaluation of the function.

Extension Properties

JVM
1.7

declaringJavaClass

Returns a Java Class instance of the enum the given constant belongs to.

val <E : Enum<E>> Enum<E>.declaringJavaClass: Class<E>