/[classpath]/classpath/org/omg/CORBA/PolicyError.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/PolicyError.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mark, Sat Jul 2 20:32:57 2005 UTC revision 1.3 by trebligd, Wed Sep 14 07:45:05 2005 UTC
# Line 75  public class PolicyError Line 75  public class PolicyError
75    
76    /**    /**
77     * Constructs the policy error with the given reason code.     * Constructs the policy error with the given reason code.
78     * @param reason a reason code, one of     * @param a_reason a reason code, one of
79     * {@link BAD_POLICY}, {@link BAD_POLICY_TYPE},     * {@link BAD_POLICY}, {@link BAD_POLICY_TYPE},
80     * {@link BAD_POLICY_VALUE}, {@link UNSUPPORTED_POLICY},     * {@link BAD_POLICY_VALUE}, {@link UNSUPPORTED_POLICY},
81     * {@link UNSUPPORTED_POLICY_VALUE}.     * {@link UNSUPPORTED_POLICY_VALUE}.
# Line 88  public class PolicyError Line 88  public class PolicyError
88    /**    /**
89     * Constructs the policy error with the given reason code and the     * Constructs the policy error with the given reason code and the
90     * detailed message.     * detailed message.
91     * @param reason a reason code, one of     * @param a_details the detailed message.
92       * @param a_reason a reason code, one of
93     * {@link BAD_POLICY}, {@link BAD_POLICY_TYPE},     * {@link BAD_POLICY}, {@link BAD_POLICY_TYPE},
94     * {@link BAD_POLICY_VALUE}, {@link UNSUPPORTED_POLICY},     * {@link BAD_POLICY_VALUE}, {@link UNSUPPORTED_POLICY},
95     * {@link UNSUPPORTED_POLICY_VALUE}.     * {@link UNSUPPORTED_POLICY_VALUE}.
    * @param details the detailed message.  
96     */     */
97    public PolicyError(String a_details, short a_reason)    public PolicyError(String a_details, short a_reason)
98    {    {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26