LocalizedMonetaryParseException

open class LocalizedMonetaryParseException(parsedData: CharSequence, val cause: Throwable) : MonetaryParseException, LocalizedException

Die LocalizedMonetaryParseException ist fuer Fehler beim Parsen von Geldbetraegen gedacht.

Author

ob@aosd.de

Since

1.0.1 (12.10.18)

Constructors

Link copied to clipboard
constructor(parsedData: CharSequence, cause: Throwable)

Properties

Link copied to clipboard
open override val cause: Throwable
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 getInput(): String
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