All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.circumflex-web.2.2.source-code.exception.scala Maven / Gradle / Ivy

Go to download

Circumflex Web Framework is a lightweight framework for quick and robust application development using Scala programming language.

There is a newer version: 2.5
Show newest version
package ru.circumflex
package web

import core._
import util.control.ControlThrowable

/*!# Exceptions

The `ResponseSentException` are thrown by response helpers and routes upon successful matching
and are caught by `CircumflexFilter`. They indicate that the response has been processed
successfully (and, possibly, already flushed to the client) and that no additional actions
need to be taken.
 */
class ResponseSentException extends CircumflexException("The response has been sent.")
    with ControlThrowable




© 2015 - 2024 Weber Informatics LLC | Privacy Policy