The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::USF::Directory::Exception::UnknownResponse - Exception object for unknown response.

VERSION

Version 0.002_002

SYNOPSIS

  use WWW::USF::Directory::Exception::UnknownResponse;

  WWW::USF::Directory::Exception::UnknownResponse->throw(
    message       => 'This response has no handler',
    ajax_response => $object,
  );

DESCRIPTION

This is an exception class for exceptions where the directory will not return any results because the search was not specific enough in the WWW::USF::Directory library.

INHERITANCE

This class inherits from the base class of WWW::USF::Directory::Exception and all attributes and methods in that class are also in this class.

ATTRIBUTES

ajax_response

Required. This is the scalar that was returned by the AJAX request to the directory site.

METHODS

This class does not contain any methods.

DEPENDENCIES

AUTHOR

Douglas Christopher Wilson, <doug at somethingdoug.com>

BUGS AND LIMITATIONS

Please report any bugs or feature requests to bug-www-usf-directory at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW::USF::Directory. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

I highly encourage the submission of bugs and enhancements to my modules.

LICENSE AND COPYRIGHT

Copyright 2010 Douglas Christopher Wilson.

This program is free software; you can redistribute it and/or modify it under the terms of either:

  • the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or

  • the Artistic License version 2.0.