Packages

package system

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package delegate
  2. package log
  3. package security

Type Members

  1. class AppException extends Exception

    thrown to report an internal incident in the Application

  2. case class AppInitialisationException(msg: String, cause: Throwable = null) extends AppException with Product with Serializable
  3. class ClosedException extends AppException
  4. class ForbiddenIdentifierException extends Exception
  5. class IllegalCloseException extends AppException
  6. trait JustifiedCloseable extends AutoCloseable
  7. sealed abstract final class Reason extends Enum[Reason]
  8. case class Version(name: String, major: Byte, minor: Byte, patch: Byte, stable: Boolean) extends Serializable with Product
  9. trait Versions extends Serializable

    A Data class description that stores information about all the Framework's layers versions.

Value Members

  1. object ApiConstants
  2. object Version extends StringRepresentable[Version] with Serializable
  3. object Versions extends Serializable

Ungrouped