UserFriendlyException

fm.common.UserFriendlyException$
See theUserFriendlyException companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(friendlyTitle: String, friendlyMessage: String): UserFriendlyException
def apply(friendlyTitle: String, friendlyMessage: String, cause: Throwable): UserFriendlyException
def unapply(throwable: Throwable): Option[UserFriendlyException]

Extract a UserFriendlyException from a Throwable (if possible)

Extract a UserFriendlyException from a Throwable (if possible)

Attributes