pl.iterators.stir.server.ExceptionHandler
See theExceptionHandler companion object
trait ExceptionHandler extends PF
Attributes
- Companion
- object
- Source
- ExceptionHandler.scala
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
"Seals" this handler by attaching a default handler as fallback if necessary.
"Seals" this handler by attaching a default handler as fallback if necessary.
Attributes
- Source
- ExceptionHandler.scala
Creates a new ExceptionHandler which uses the given one as fallback for this one.
Creates a new ExceptionHandler which uses the given one as fallback for this one.
Attributes
- Source
- ExceptionHandler.scala
Inherited methods
Attributes
- Inherited from:
- PartialFunction
Attributes
- Definition Classes
-
PartialFunction -> Function1
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- Function1
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- Function1
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Attributes
- Inherited from:
- PartialFunction
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Function1 -> Any
- Inherited from:
- Function1
Attributes
- Inherited from:
- PartialFunction
In this article