Spreadsheet::Engine::Error - Standard errors


Spreadsheet-Engine documentation  | view source Contained in the Spreadsheet-Engine distribution.

Index


NAME

Top

Spreadsheet::Engine::Error - Standard errors

SYNOPSIS

Top

  die Spreadsheet::Engine::Value->div0;
  die Spreadsheet::Engine::Value->na;
  die Spreadsheet::Engine::Value->name;
  die Spreadsheet::Engine::Value->null;
  die Spreadsheet::Engine::Value->num;
  die Spreadsheet::Engine::Value->ref;
  die Spreadsheet::Engine::Value->val;

DESCRIPTION

Top

This is a convenience to create various types of spreadsheet errors.

ERRORS

Top

div0

#DIV/0: Division by zero.

name

#NAME?: Name not found

na

#N/A: Not available

null

#NULL!: No cells in intersection

num

#NUM!: Failure to meet domain constraints.

ref

#REF!: Reference is to an invalid cell

val

#VALUE!: Parameter is of wrong type

HISTORY

Top

This code was created for Spreadsheet::Engine 0.11

COPYRIGHT

Top

LICENCE

Top

The contents of this file are subject to the Artistic License 2.0; you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.perlfoundation.org/artistic_license_2_0


Spreadsheet-Engine documentation  | view source Contained in the Spreadsheet-Engine distribution.