de.cau.cs.kieler.kex.controller
Class ErrorMessage

java.lang.Object
  extended by de.cau.cs.kieler.kex.controller.ErrorMessage

public final class ErrorMessage
extends Object

This class contains a lot of defined error messages.

Rating red

Field Summary
static String DESTFILE_NOT_EXIST
           
static String DOC_BUILDER_NEW_ERROR
           
static String DUPLICATE_ELEMENT
           
static String DUPLICATE_EXAMPLE
           
static String LOAD_ERROR
           
static String NO_DEST_SET
           
static String NO_EXAMPLE_FOUND
           
static String NO_EXAMPLE_SELECTED
           
static String NO_Import
           
static String NO_SOURCE_FILE
           
static String NO_SOURCETYPE
           
static String NOT_PARSE_PLUGIN
           
static String NOT_WRITE_PLUGIN
           
static String PLUGIN_WRITE_ERROR
           
static String PREVIEW_LOAD_ERROR
           
static String TRANSFORM_ERROR
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_WRITE_PLUGIN

public static final String NOT_WRITE_PLUGIN
See Also:
Constant Field Values

NOT_PARSE_PLUGIN

public static final String NOT_PARSE_PLUGIN
See Also:
Constant Field Values

NO_SOURCETYPE

public static final String NO_SOURCETYPE
See Also:
Constant Field Values

DESTFILE_NOT_EXIST

public static final String DESTFILE_NOT_EXIST
See Also:
Constant Field Values

DOC_BUILDER_NEW_ERROR

public static final String DOC_BUILDER_NEW_ERROR
See Also:
Constant Field Values

TRANSFORM_ERROR

public static final String TRANSFORM_ERROR
See Also:
Constant Field Values

PLUGIN_WRITE_ERROR

public static final String PLUGIN_WRITE_ERROR
See Also:
Constant Field Values

PREVIEW_LOAD_ERROR

public static final String PREVIEW_LOAD_ERROR
See Also:
Constant Field Values

NO_Import

public static final String NO_Import
See Also:
Constant Field Values

NO_SOURCE_FILE

public static final String NO_SOURCE_FILE
See Also:
Constant Field Values

NO_EXAMPLE_SELECTED

public static final String NO_EXAMPLE_SELECTED
See Also:
Constant Field Values

DUPLICATE_EXAMPLE

public static final String DUPLICATE_EXAMPLE
See Also:
Constant Field Values

DUPLICATE_ELEMENT

public static final String DUPLICATE_ELEMENT
See Also:
Constant Field Values

NO_DEST_SET

public static final String NO_DEST_SET
See Also:
Constant Field Values

LOAD_ERROR

public static final String LOAD_ERROR
See Also:
Constant Field Values

NO_EXAMPLE_FOUND

public static final String NO_EXAMPLE_FOUND
See Also:
Constant Field Values