Home Reference Source
public class | source

ExIncompleteMessage

Exception thrown when the message does not have the required data.

Constructor Summary

Public Constructor
public

constructor(source: string, entry: EPending | ELiving | EDying, message: MResponse)

Member Summary

Public Members
public

entry: *

public

message: *

public

source: *

Public Constructors

public constructor(source: string, entry: EPending | ELiving | EDying, message: MResponse) source

Params:

NameTypeAttributeDescription
source string

The name of the function that threw the exception.

entry EPending | ELiving | EDying

The entry that requested more information.

message MResponse

The message lacking data.

Public Members

public entry: * source

public message: * source

public source: * source