Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/editor/translation/LanguageNotSupportedException.java
12 12

  
13 13

  
14 14
/**
15
 * <p>LanguageNotSupportedException class.</p>
16
 *
15 17
 * @author n.hoffmann
16 18
 * @created Oct 21, 2010
17 19
 * @version 1.0
......
23 25
	 */
24 26
	private static final long serialVersionUID = -5522230902149840805L;
25 27

  
28
	/**
29
	 * <p>Constructor for LanguageNotSupportedException.</p>
30
	 */
26 31
	public LanguageNotSupportedException(){
27 32
		super();
28 33
	}
29 34

  
30 35
	/**
31
	 * @param string
36
	 * <p>Constructor for LanguageNotSupportedException.</p>
37
	 *
38
	 * @param string a {@link java.lang.String} object.
32 39
	 */
33 40
	public LanguageNotSupportedException(String string) {
34 41
		super(string);

Also available in: Unified diff