/[classpath]/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java
ViewVC logotype

Diff of /classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java

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

revision 1.2 by mark, Sat Jul 2 20:33:01 2005 UTC revision 1.3 by audriusa, Sun Aug 28 11:23:37 2005 UTC
# Line 44  import org.omg.CORBA.portable.IDLEntity; Line 44  import org.omg.CORBA.portable.IDLEntity;
44  import java.io.Serializable;  import java.io.Serializable;
45    
46  /**  /**
47  * This exception is raised by methods in   * This exception is raised by methods in
48  * {@link org.omg.PortableInterceptor.ORBInitInfoOperations} on the attempt to   * {@link org.omg.PortableInterceptor.ORBInitInfoOperations} on the attempt to
49  * register or resolve an invalid name like empty string. The already   * register or resolve an invalid name like empty string. The already
50  * registered names (including the default names, defined by OMG) are also   * registered names (including the default names, defined by OMG) are also
51  * invalid for registration.   * invalid for registration.
52  *   *
53  * @author Audrius Meskauskas, Lithiania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithiania (AudriusA@Bioinformatics.org)
54  */   */
55  public class InvalidName  public class InvalidName extends UserException implements IDLEntity,
56    extends UserException    Serializable
   implements IDLEntity, Serializable  
57  {  {
58    /**    /**
59     * Use serialVersionUID (v1.4) for interoperability.     * Use serialVersionUID (v1.4) for interoperability.
# Line 71  public class InvalidName Line 70  public class InvalidName
70    /**    /**
71     * Create the InvalidName with explaining message.     * Create the InvalidName with explaining message.
72     *     *
73     * @param why a string, explaining, why this exception has been thrown.     * @param why a string, explaining, why the name is invalid.
74     */     */
75    public InvalidName(String why)    public InvalidName(String why)
76    {    {

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