KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > fractal > api > NoSuchInterfaceException


1 package org.objectweb.fractal.api;
2
3 /**
4   * Generated by SOFA CodeGen
5   * ::org::objectweb::fractal::api::NoSuchInterfaceException?nenya.ms.mff.cuni.cz!0
6   * Thursday, February 19, 2004 4:26:43 PM CET
7   */

8
9 public final class NoSuchInterfaceException extends cz.cuni.sofa.lib.SystemException {
10   
11   public NoSuchInterfaceException() {
12     super();
13   }
14   
15   public NoSuchInterfaceException(String JavaDoc __reason) {
16     super(__reason);
17   }
18
19   public NoSuchInterfaceException(String JavaDoc __reason, Throwable JavaDoc __cause) {
20     super(__reason, __cause);
21   }
22 }
23
Popular Tags