ClearCreationOptionsException


abstract class ClearCreationOptionsException : Exception

Known direct subclasses
ClearCreationOptionsConfigurationException

During the RegistryManager.clearCreationOptions transaction, this is thrown when configurations are mismatched for the RegistryManager service, typically indicating the service provider dependency is missing in the manifest or some system service is not enabled.

ClearCreationOptionsUnknownException

Thrown when the RegistryManager.clearCreationOptions transaction fails with no more detailed information.


Represents an error thrown during a RegistryManager.clearCreationOptions transaction.

Summary

Public constructors

Public properties

CharSequence?

the error message

String

the type of the error

Inherited properties

From kotlin.Throwable

Public constructors

ClearCreationOptionsException

Added in 1.0.0-alpha04
ClearCreationOptionsException(
    type: String,
    errorMessage: CharSequence? = null
)

Public properties

errorMessage

Added in 1.0.0-alpha04
val errorMessageCharSequence?

the error message

type

Added in 1.0.0-alpha04
val typeString

the type of the error