ExceptionManager

constructor(vararg handlers: ExceptionManager.Handler)

create a new ExceptionManager.

Parameters

handlers

array of Handlers


constructor(original: ExceptionManager)

create a new ExceptionManager on base of the specified original ExceptionManager.

Parameters

original

the original ExceptionManager