Error

open class Error

Operation Error.

Author

"Martin Krischik" «krischik@users.sourceforge.net»

Inheritors

Constructors

Link copied to clipboard
constructor()
just an operation error.
constructor(Message: String)
constructor(Message: String, Cause: Throwable)
Exception with message and cause of this error
constructor(Cause: Throwable)
Exception with cause of this error

Properties

Link copied to clipboard
private val Error_Message: Array<Short>
Standard Error message.
Link copied to clipboard
private val Java_Error: Array<Short>
Standard Error message.
Link copied to clipboard
private val Logger: Logger
Class logger instance.
Link copied to clipboard
private val serialVersionUID: Long = 1
Link copied to clipboard
private val TAG: String
Class logger tag.

Functions

Link copied to clipboard
open fun Get_Error(): Array<Short>
Standard Error message.
Link copied to clipboard
Standard Error message.