/[classpath]/classpath/org/omg/CosNaming/NamingContextPackage/CannotProceed.java
ViewVC logotype

Diff of /classpath/org/omg/CosNaming/NamingContextPackage/CannotProceed.java

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

revision 1.2 by audriusa, Fri Jun 3 16:36:13 2005 UTC revision 1.3 by audriusa, Thu Jun 16 20:34:33 2005 UTC
# Line 84  public final class CannotProceed Line 84  public final class CannotProceed
84      cxt = _cxt;      cxt = _cxt;
85      rest_of_name = _rest_of_name;      rest_of_name = _rest_of_name;
86    }    }
87    
88      /**
89       * Create an exception with the initialised fields and explaining
90       * message.
91       *
92       * @since 1.4
93       */
94      public CannotProceed(String why, NamingContext _cxt,
95                           NameComponent[] _rest_of_name
96                          )
97      {
98        super(why);
99        cxt = _cxt;
100        rest_of_name = _rest_of_name;
101      }
102  }  }

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