Exceptions

object Exceptions

Functions

create
Link copied to clipboard
fun create(type: String, description: String, stackTrace: List<StackTrace>): LObject
fromNative
Link copied to clipboard
fun fromNative(e: Exception, stackTrace: List<StackTrace>): LAny
mismatchedArgs
Link copied to clipboard
fun mismatchedArgs(stackTrace: List<StackTrace>): LObject
noElementExists
Link copied to clipboard
fun noElementExists(element: String, stackTrace: List<StackTrace>): LObject
notAFunction
Link copied to clipboard
fun notAFunction(type: String, stackTrace: List<StackTrace>): LObject
toObject
Link copied to clipboard
fun toObject(e: LinNativeException, stackTrace: List<StackTrace>): LObject
unsupportedOperation
Link copied to clipboard
fun unsupportedOperation(operation: String, type: String, stackTrace: List<StackTrace>): LObject
fun unsupportedOperation(operation: String, leftType: String, rightType: String, stackTrace: List<StackTrace>): LObject