LocalizedUnknownCurrencyException

open class LocalizedUnknownCurrencyException : UnknownCurrencyException, LocalizedException

Klasse LocalizedUnknownCurrencyException.

Author

oboehm

Since

10.08.2019

Constructors

Link copied to clipboard
constructor(currency: String)

Kreiert eine Exception fuer eine unbekannte Waehrung.

constructor(currency: String, cause: Throwable)

Kreiert eine Exception fuer eine unbekannte Waehrung.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getLocalizedMessage(key: String, vararg args: Any?): String

open override fun getLocalizedMessage(): String

Im Gegensatz getMessage() wird hier die Beschreibung auf deutsch zurueckgegeben, wenn die Locale auf Deutsch steht.

Link copied to clipboard
Link copied to clipboard
open fun getMessageKey(message: String): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String