Packages

object Error extends Serializable

Source
Logging.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Error
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(logSource: String, logClass: Class[_], message: Any, mdc: MDC, marker: LogMarker): Error3
  2. def apply(logSource: String, logClass: Class[_], message: Any, mdc: MDC): Error2
  3. def apply(cause: Throwable, logSource: String, logClass: Class[_], message: Any, mdc: MDC, marker: LogMarker): Error3
  4. def apply(cause: Throwable, logSource: String, logClass: Class[_], message: Any, mdc: MDC): Error2
  5. def apply(logSource: String, logClass: Class[_], message: Any, marker: LogMarker): Error3
  6. def apply(logSource: String, logClass: Class[_], message: Any): Error
  7. object NoCause extends Throwable with NoStackTrace

    Null Object used for errors without cause Throwable