Class com.sekati.except.Throwable

Implemented Interfaces

IThrowable

Description

Abstract Throwable mixin class for Exception classes.

Method Index

getErrorCode(), getName(), getStack(), getThrower(), getType()

Method Detail

getErrorCode

public function getErrorCode():String

Return the localized error code message.

Return

String

Specified By

getErrorCode() in com.sekati.except.IThrowable

getThrower

public function getThrower():Object

Return the error thrower.

Return

Object

Specified By

getThrower() in com.sekati.except.IThrowable

getStack

public function getStack():Array

Return the thrower argument stack that generated the error.

Return

Array

Specified By

getStack() in com.sekati.except.IThrowable

getType

public function getType():String

Return the Logger level type.

Return

String

Specified By

getType() in com.sekati.except.IThrowable

getName

public function getName():String

Return the Throwable Exception name.

Return

String

Specified By

getName() in com.sekati.except.IThrowable