MissingBaseSystemException

class MissingBaseSystemException(type: Class<out BaseSystem>) : GdxRuntimeException

Thrown when accessing an BaseSystem via getSystem that does not exist in the World.

Constructors

Link copied to clipboard
constructor(type: Class<out BaseSystem>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?