= class Burn::Message
Messages from the library.

== Object Hierarchy
* Object
  * Burn::Message

== Instance Methods
--- message
    Gets the actual message.
    * Returns: always nil (not yet implemented).

--- mtype
    Gets the type of the message.
    * Returns: a message type (either Burn::Message::TYPE_INFO, Burn::Message::TYPE_WARNING, Burn::Message::TYPE_ERROR).

--- to_s
    Synonym for Burn::Message#message.
    * Returns: always nil (not yet implemented).

== Constants
--- TYPE_ERROR
    An error message. This usually means the current process will be
    aborted, and the user should definately see these.

--- TYPE_INFO
    Diagnostic/Process information. For the curious user.

--- TYPE_WARNING
    A warning regarding a possible problem. The user should probably
    be notified, but its not fatal.

== See Also
((<Burn>)).

- ((<lrz>))
