Legato.Lang.Exception

Summary
Legato.Lang.Exception
Properties
messageException message.
causeException cause.
Functions
initializeConstructs a new exception.

Properties

message

Exception message.

cause

Exception cause.

Functions

initialize

initialize : function(message,
cause)

Constructs a new exception.

Parameters

message{String} exception message (optional).
causeexception cause (optional).
initialize : function(message,
cause)
Constructs a new exception.