csw.config.api.exceptions

Members list

Type members

Classlikes

case object EmptyResponse extends RuntimeException

An Exception representing undefined response content

An Exception representing undefined response content

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
case class FileAlreadyExists(path: Path) extends RuntimeException

An Exception representing failure of creating a file which already exists at the given path relative to repository root

An Exception representing failure of creating a file which already exists at the given path relative to repository root

Value parameters

path

file path relative to repository root

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class FileNotFound(message: String) extends RuntimeException

An Exception representing file not found at the given path relative to repository root

An Exception representing file not found at the given path relative to repository root

Value parameters

message

exception message containing file path relative to repository root

Attributes

Companion
object
Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object FileNotFound

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class InvalidInput(msg: String) extends RuntimeException

An Exception representing failed validation of provided input

An Exception representing failed validation of provided input

Value parameters

msg

exception message containing invalid pattern

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case object NotAllowed extends RuntimeException

An Exception representing Unauthenticated user performing an action

An Exception representing Unauthenticated user performing an action

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
NotAllowed.type
case object Unauthorized extends RuntimeException

An Exception representing Unauthorized user performing an action

An Exception representing Unauthorized user performing an action

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type