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

Diff of /classpath/org/omg/CosNaming/NamingContextPackage/NotFound.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 83  public final class NotFound Line 83  public final class NotFound
83      why = _why;      why = _why;
84      rest_of_name = _rest_of_name;      rest_of_name = _rest_of_name;
85    }    }
86    
87      /**
88       * Creates the exception, intialising the fields to the given values and
89       * also providing the explaining string.
90       *
91       * @since 1.4
92       */
93      public NotFound(String explanation, NotFoundReason _why,
94                      NameComponent[] _rest_of_name
95                     )
96      {
97        super(explanation);
98        why = _why;
99        rest_of_name = _rest_of_name;
100      }
101  }  }

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