From eccf8ca2b1d6625a2d17d12ab2f0dbc5d49fac75 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 16 Jan 2014 14:57:00 +0100 Subject: Move EFA logic to ::EFA, just set URL in ::VRR --- lib/Travel/Routing/DE/EFA/Exception.pod | 57 +++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 lib/Travel/Routing/DE/EFA/Exception.pod (limited to 'lib/Travel/Routing/DE/EFA/Exception.pod') diff --git a/lib/Travel/Routing/DE/EFA/Exception.pod b/lib/Travel/Routing/DE/EFA/Exception.pod new file mode 100644 index 0000000..5ec2991 --- /dev/null +++ b/lib/Travel/Routing/DE/EFA/Exception.pod @@ -0,0 +1,57 @@ +=head1 NAME + +Travel::Routing::DE::EFA::Exception - Travel::Routing::DE::EFA Exceptions + +=head1 DESCRIPTION + +All Exceptions thrown by Travel::Routing::DE::EFA are +Travel::Routing::DE::EFA::Exception objects created by Exception::Class(3pm). + +See Exception::Class::Base(3pm) for their common methods. + +=head1 LIST OF EXCEPTIONS + +=head2 Travel::Routing::DE::EFA::Exception::Setup + +An argument to B had an invalid format. + +Additional methods: + +=over + +=item $exception->option + +The option in which the error occured. + +=item $exception->have + +The argument we got. + +=item $exception->want + +What kind of argument we want. + +=back + +=head2 Travel::Routing::DE::EFA::Exception::Net + +The HTTP request to the efa interface failed. Contains an HTTP::Response(3pm) +object describing the error in B. + +=head2 Travel::Routing::DE::EFA::Exception::NoData + +We got no parsable data from the EFA service + +=head2 Travel::Routing::DE::EFA::Exception::Ambiguous + +Our request contained ambiguous data. B contains the relevant POST +key, B is a comma-separated string of possible key values (as +reported by the EFA service). + +=head2 Travel::Routing::DE::EFA::Exception::NoConnections + +The EFA service found no connections for our request. + +=head1 SEE ALSO + +Travel::Routing::DE::EFA(3pm) -- cgit v1.2.3