KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > bull > eclipse > jonas > actions > JonasActionException


1 /**
2  * Created on 18 juil. 2002
3  *
4  * To change this generated comment edit the template variable "filecomment":
5  * Window>Preferences>Java>Templates.
6  * To enable and disable the creation of file comments go to
7  * Window>Preferences>Java>Code Generation.
8  */

9 package com.bull.eclipse.jonas.actions;
10
11 /**
12  * @author Administrateur
13  *
14  * To change this generated comment edit the template variable "typecomment":
15  * Window>Preferences>Java>Templates.
16  * To enable and disable the creation of type comments go to
17  * Window>Preferences>Java>Code Generation.
18  */

19 public class JonasActionException extends Exception JavaDoc {
20     /**
21      * Constructor JonasActionException.
22      * @param string
23      */

24     public JonasActionException(String JavaDoc message) {
25         super(message);
26     }
27
28     
29
30
31 }
32
Popular Tags