Package-level declarations
Types
Link copied to clipboard
class AnnotatedRegistryException(val message: String? = null, val cause: Throwable? = null) : RuntimeException
Link copied to clipboard
Thrown when a required dependency of an extension is not found.
Link copied to clipboard
Thrown when the item supplied to an item builder is not of the correct type.
Link copied to clipboard
class LevelConversionException(err: Throwable? = null, message: () -> Any? = { "Failed to convert level to string." }) : RuntimeException
Link copied to clipboard
class MissingAnnotationException(kClass: KClass<*>, annotation: KClass<out Annotation>) : RuntimeException
Link copied to clipboard
A RuntimeException without a stacktrace.