6 A mason page to return the message: Wrong arguments were used for search
18 This is a mason script to return an error message when:
20 1) 'id' or 'name' are not used as CXGN::Page arguments
22 2) $args{'id'} or $args{'name'} does not exists into the database
29 Aureliano Bombarely (ab782@cornell.edu)
44 ## Parse the object name
46 my $name = lc(ref($object));
47 $name =~ s/cxgn::gem:://;
51 <h2>ERROR PAGE REQUEST:</h2>
53 <big>Wrong arguments are been used to request the <% $name %> page.</big>