Skip to content

com.oscleton.sdk.exceptions / OscletonSDKException

OscletonSDKException

class OscletonSDKException :RuntimeException

Generic RuntimeException specific to Oscleton SDK.

Parameters

message - The message explaining the reason of the exception.

Since 0.1

Properties

Name Summary
message var message:String
The message explaining the reason of the exception.

Extension Properties

Name Summary
boolean valAny.boolean:Boolean
Extension property to cast an Any to Boolean.
float valAny.float:Float
Extension property to cast an Any to Float.
int valAny.int:Int
Extension property to cast an Any to Int.
string valAny.string:String
Extension property to cast an Any to String.