net.sf.doolin.gui
Interface GUIErrorCodes


public interface GUIErrorCodes

List of error codes.

Author:
Damien Coraboeuf

Field Summary
static String CANNOT_FIND_ACTION
          Cannot find action with name \"{0}\".
static String CANNOT_GET_VALUE_MODEL_LOADER
          Cannot get ValueModelLoader for property \"{0}\".
 

Field Detail

CANNOT_GET_VALUE_MODEL_LOADER

static final String CANNOT_GET_VALUE_MODEL_LOADER
Cannot get ValueModelLoader for property \"{0}\".

See Also:
Constant Field Values

CANNOT_FIND_ACTION

static final String CANNOT_FIND_ACTION
Cannot find action with name \"{0}\".

See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.