1Perl::Critic::ExceptionU:s:eCronCfoinPgteurrrilab:tu:itCoerndi:t:PiOecpr:tl:iEoDxnoc(ce3up)mteinotna:t:iCoonnfiguration::Option(3)
2
3
4
6 Perl::Critic::Exception::Configuration::Option - A problem with an
7 option in the Perl::Critic configuration.
8
10 A representation of a problem found with an option in the configuration
11 of Perl::Critic, whether from a .perlcriticrc, another profile file, or
12 command line.
13
14 This is an abstract class. It should never be instantiated.
15
17 This is considered to be a public class. Any changes to its interface
18 will go through a deprecation cycle.
19
21 "option_name()"
22 The name of the option that was found to be in error.
23
24 "option_value()"
25 The value of the option that was found to be in error.
26
27 "message_suffix()"
28 Any text that should be applied to end of the standard message for
29 this kind of exception.
30
31 "message()"
32 "error()"
33 Overridden to call "full_message()". I.e. any message string in
34 the superclass is ignored.
35
36 "full_message()"
37 Overridden to turn it into an abstract method to force subclasses
38 to implement it.
39
41 Perl::Critic::Exception::Configuration::Option::Global
42 Perl::Critic::Exception::Configuration::Option::Policy
43
45 Elliot Shank <perl@galumph.com>
46
48 Copyright (c) 2007-2011 Elliot Shank.
49
50 This program is free software; you can redistribute it and/or modify it
51 under the same terms as Perl itself. The full text of this license can
52 be found in the LICENSE file included with this module.
53
54
55
56perl v5.16.3 Perl:2:0C1r4i-t0i6c-:0:9Exception::Configuration::Option(3)