P_Error

open class P_Error : Error

Operation P_Error.

Author

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

Constructors

Link copied to clipboard
constructor()
just an operation error.
constructor(Message: String)
constructor(Message: String, Cause: Throwable)
constructor(Cause: Throwable)
Error from exception.

Properties

Link copied to clipboard
private open var Error: Array<Short>
Parenthesis Error.
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
private val Logger: Logger
Class logger instance.
Link copied to clipboard
private val serialVersionUID: Long = 1
private val serialVersionUID: Long = 1
Link copied to clipboard
private val TAG: String
private val TAG: String
Class logger tag.

Functions

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