KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > Map > InvalidPoint


1 package Map;
2
3
4 /**
5  * Generated from IDL definition of exception "InvalidPoint"
6  * @author JacORB IDL compiler
7  */

8
9 public final class InvalidPoint
10     extends org.omg.CORBA.UserException JavaDoc
11 {
12     public InvalidPoint()
13     {
14         super(Map.InvalidPointHelper.id());
15     }
16
17     public InvalidPoint(String JavaDoc value)
18     {
19         super(value);
20     }
21 }
22
Popular Tags