API reference
API reference
Select your platform
No SDKs available
No versions available

GetComponentException Class

Extends RuntimeException
Modifiers: final
Exception thrown when there's an error getting a component.

Signature

class GetComponentException(message: String, val attributeId: Int? = null, val entityId: Long? = null, cause: Throwable? = null) : RuntimeException

Constructors

GetComponentException ( message , attributeId , entityId , cause )
Signature
constructor(message: String, attributeId: Int? = null, entityId: Long? = null, cause: Throwable? = null)
Parameters
message: String
attributeId: Int?
  The attribute ID that caused the error (if applicable)
entityId: Long?
  The entity ID involved in the operation (if applicable)
cause: Throwable?

Properties

attributeId : Int?
[Get]
The attribute ID that caused the error (if applicable)
Signature
val attributeId: Int? = null
cause : Throwable?
[Get]
Signature
open val cause: Throwable?
entityId : Long?
[Get]
The entity ID involved in the operation (if applicable)
Signature
val entityId: Long? = null
message : String?
[Get]
Signature
open val message: String?

Functions

addSuppressed ( p0 )
Signature
fun addSuppressed(p0: Throwable)
Parameters
p0: Throwable
fillInStackTrace ()
Signature
open fun fillInStackTrace(): Throwable
Returns
Throwable
getLocalizedMessage ()
Signature
open fun getLocalizedMessage(): String
Returns
String
getStackTrace ()
Signature
open fun getStackTrace(): Array<StackTraceElement>
Returns
Array
getSuppressed ()
Signature
fun getSuppressed(): Array<Throwable>
Returns
Array
initCause ( p0 )
Signature
open fun initCause(p0: Throwable): Throwable
Parameters
p0: Throwable
Returns
Throwable
printStackTrace ()
Signature
open fun printStackTrace()
printStackTrace ( p0 )
Signature
open fun printStackTrace(p0: PrintStream)
Parameters
p0: PrintStream
printStackTrace ( p0 )
Signature
open fun printStackTrace(p0: PrintWriter)
Parameters
p0: PrintWriter
setStackTrace ( p0 )
Signature
open fun setStackTrace(p0: Array<StackTraceElement>)
Parameters
p0: Array
toString ()
Signature
open override fun toString(): String
Returns
String
Did you find this page helpful?