ba.sake.sharaf.exceptions

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final class NotFoundException(val resource: String) extends SharafException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class ProblemDetails(status: Int, title: String, detail: String, `type`: Option[URI], instance: Option[URI], invalidArguments: Seq[ArgumentProblem])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final class RequestHandlingException(cause: Exception) extends SharafException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed class SharafException(msg: String, cause: Exception) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes

Types

type ExceptionMapper = PartialFunction[Throwable, Response[_]]