final case class CannotReadResource(resourceName: String, reason: Option[Throwable]) extends CannotRead with Product with Serializable
A failure occurred due to the inability to read a requested resource.
- resourceName
the resource that couldn't be read
- reason
an optional exception thrown when trying to read the resource
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CannotReadResource
- Serializable
- Product
- Equals
- CannotRead
- ConfigReaderFailure
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def description: String
A human-readable description of the failure.
A human-readable description of the failure.
- Definition Classes
- CannotRead → ConfigReaderFailure
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def origin: None
The optional origin of the failure.
The optional origin of the failure.
- Definition Classes
- CannotRead → ConfigReaderFailure
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val reason: Option[Throwable]
An optional exception thrown when trying to read the source
An optional exception thrown when trying to read the source
- Definition Classes
- CannotReadResource → CannotRead
- val resourceName: String
- def sourceName: String
The source name (like a file path or a URL)
The source name (like a file path or a URL)
- Definition Classes
- CannotReadResource → CannotRead
- val sourceType: String
The source type
The source type
- Definition Classes
- CannotReadResource → CannotRead
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()