world.locale.errors.InternalError
See theInternalError companion object
final case class InternalError extends LocaleError
Returned when an unexpected internal error occurs within the locale module.
This error typically indicates a logic flaw or an inconsistent state that should not occur during normal programme execution.
Value parameters
- cause
-
An optional underlying
Throwablethat caused this error. - message
-
A description of the internal error.
Attributes
- Companion
- object
- Source
- locale_errors.scala
- Graph
-
- Supertypes
-
trait LocaleErrortrait Producttrait Equalstrait NoStackTraceclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Throwable
- Source
- locale_errors.scala
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
-
NoStackTrace -> Throwable
- Inherited from:
- NoStackTrace
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- NoStackTrace
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
In this article