NaturalDocs:: Menu:: Error

A class representing an error in the menu. 

Summary
A class representing an error in the menu.
The object is implemented as a blessed arrayref with the indexes below.
Creates and returns a new object.
Returns the line number of the error
Returns the description of the error.

Implementation

Members

The object is implemented as a blessed arrayref with the indexes below. 

LINEThe line number the error appears on. 
DESCRIPTIONThe error description. 

Functions

New

sub New #(line, description)

Creates and returns a new object. 

Parameters

lineThe line number the error appears on. 
descriptionThe description of the error. 

Line

sub Line

Returns the line number of the error

Description

sub Description

Returns the description of the error.