case classDocumentKeyNotFound(name: String) extends Exception with Product with Serializable
Linear Supertypes
Serializable, Product, Equals, Exception, Throwable, Serializable, AnyRef, Any
Ordering
Alphabetic
By inheritance
Inherited
DocumentKeyNotFound
Serializable
Product
Equals
Exception
Throwable
Serializable
AnyRef
Any
Implicitly
by RichException
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show all
Visibility
Public
All
Instance Constructors
newDocumentKeyNotFound(name: String)
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
def+(other: String): String
Implicit information
This member is added by an implicit conversion from DocumentKeyNotFound to
any2stringadd[DocumentKeyNotFound] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from DocumentKeyNotFound to
ArrowAssoc[DocumentKeyNotFound] performed by method ArrowAssoc in scala.Predef.
This member is added by an implicit conversion from DocumentKeyNotFound to
StringFormat[DocumentKeyNotFound] performed by method StringFormat in scala.Predef.
This member is added by an implicit conversion from DocumentKeyNotFound to
ArrowAssoc[DocumentKeyNotFound] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Deprecated Value Members
defgetStackTraceString: String
Implicit information
This member is added by an implicit conversion from DocumentKeyNotFound to
RichException performed by method RichException in scala.Predef.
Definition Classes
RichException
Annotations
@deprecated
Deprecated
(Since version 2.11.0) Use Throwable#getStackTrace
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from Exception
Inherited from Throwable
Inherited from Serializable
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion RichException from
DocumentKeyNotFound to RichException