skinny

exception

package exception

Visibility
  1. Public
  2. All

Type Members

  1. case class RequestScopeConflictException(message: String, cause: Throwable = null) extends RuntimeException with Product with Serializable

    Represents that request scope attributes or request scope itself is invalid.

  2. case class RouteMetadataException(message: String, cause: Throwable = null) extends RuntimeException with Product with Serializable

    Represents that route's metadata is invalid.

  3. case class ViewTemplateNotFoundException(message: String, cause: Throwable = null) extends RuntimeException with Product with Serializable

    Represents view template issue.

Ungrouped