KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > openedit > config > ConfigurationException


1 /*
2  * Created on Oct 26, 2004
3  */

4 package com.openedit.config;
5
6 import com.openedit.OpenEditException;
7
8 /**
9  * @author cburkey
10  *
11  */

12 public class ConfigurationException extends OpenEditException
13 {
14
15     /**
16      * @param inString
17      */

18     public ConfigurationException(String JavaDoc inString)
19     {
20     }
21
22 }
23
Popular Tags