Froody::ErrorType - object representing a Froody Error Type


Froody documentation  | view source Contained in the Froody distribution.

Index


NAME

Top

Froody::ErrorType - object representing a Froody Error Type

SYNOPSIS

Top

  # create
  use Froody::ErrorType;
  my $method = Froody::ErrorType->new()
                            ->name("wibble.fred.burt")
                            ->message("Wibbling error.")

DESCRIPTION

Top

METHODS

Top

name / code / full_name

The name of the errortype. This is the code that is used to call this type of error.

structure

The extracted structure of the errortype, with the top level node replaced with '.'.

BUGS

Top

None known.

Please report any bugs you find via the CPAN RT system. http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Froody

AUTHOR

Top

Copyright Fotango 2005. All rights reserved.

Please see the main Froody documentation for details of who has worked on this project.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Top

Froody, Froody::Repository


Froody documentation  | view source Contained in the Froody distribution.