ModuleException.hx

Summary
ModuleException.hx
ModuleExceptionException class thrown by import modules.
Variables
msgException message.
Functions
new
toStringConverts the exception into a string.

ModuleException

Exception class thrown by import modules.

Summary
Variables
msgException message.
Functions
new
toStringConverts the exception into a string.

Variables

msg

var msg: String

Exception message.

Functions

new

public function new(msg: String)

Parameters

msgthe exception message

toString

public function toString(): String

Converts the exception into a string.

Returns

The string representation of the exception.

var msg: String
Exception message.
public function new(msg: String)
public function toString(): String
Converts the exception into a string.
Close