toggle menu
Brightcove Player SDK for Android 10.1.2
10.1.2
pulse
switch theme
search in API
pulse
/
com.brightcove.pulse.exception
/
PulseIllegalOperationException
Pulse
Illegal
Operation
Exception
open
class
PulseIllegalOperationException
:
Exception
Represents an illegal operation in the PulseSession.
Members
Constructors
Pulse
Illegal
Operation
Exception
Link copied to clipboard
constructor
(
error
:
Error
)
Constructor.
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
StackTraceElement
>
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Error
Link copied to clipboard
open
fun
getError
(
)
:
Error
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String