final classURIParsingException extends Exception with NoStackTrace
Linear Supertypes
NoStackTrace, Exception, Throwable, Serializable, AnyRef, Any
Ordering
Alphabetic
By inheritance
Inherited
URIParsingException
NoStackTrace
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
newURIParsingException(message: 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 URIParsingException to
any2stringadd[URIParsingException] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from URIParsingException to
ArrowAssoc[URIParsingException] performed by method ArrowAssoc in scala.Predef.
This member is added by an implicit conversion from URIParsingException to
StringFormat[URIParsingException] performed by method StringFormat in scala.Predef.
This member is added by an implicit conversion from URIParsingException to
ArrowAssoc[URIParsingException] 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 URIParsingException 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 NoStackTrace
Inherited from Exception
Inherited from Throwable
Inherited from Serializable
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion RichException from
URIParsingException to RichException