object Error extends Serializable
- Source
- Logging.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Error
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(logSource: String, logClass: Class[_], message: Any, mdc: MDC, marker: LogMarker): Error3
- def apply(logSource: String, logClass: Class[_], message: Any, mdc: MDC): Error2
- def apply(cause: Throwable, logSource: String, logClass: Class[_], message: Any, mdc: MDC, marker: LogMarker): Error3
- def apply(cause: Throwable, logSource: String, logClass: Class[_], message: Any, mdc: MDC): Error2
- def apply(logSource: String, logClass: Class[_], message: Any, marker: LogMarker): Error3
- def apply(logSource: String, logClass: Class[_], message: Any): Error
- object NoCause extends Throwable with NoStackTrace
Null Object used for errors without cause Throwable