com.change_vision.jude.api.inf.exception
Class InvalidUsingException

com.change_vision.jude.api.inf.exception.InvalidUsingException

public class InvalidUsingException

Invalid Using.


Field Summary
static String ILLEGAL_USE_ERROR_KEY
          illegalVersionError - if Presentation API is used in astah* community.
static String ILLEGAL_USE_ERROR_MESSAGE
           
 String ILLEGAL_USE_XML_ERROR_KEY
          illegalUseXmiError - if XMI API is used in astah* community or astah* UML version.
 String ILLEGAL_USE_XML_ERROR_MESSAGE
           
private  String key
           
private  String message
           
 
Constructor Summary
InvalidUsingException(String key, String message)
           
 
Method Summary
 String getKey()
          Get Key
 String getMessage()
          Get Message.
 

Field Detail

key

private String key

message

private String message

ILLEGAL_USE_ERROR_KEY

public static final String ILLEGAL_USE_ERROR_KEY
illegalVersionError - if Presentation API is used in astah* community.


ILLEGAL_USE_ERROR_MESSAGE

public static final String ILLEGAL_USE_ERROR_MESSAGE

ILLEGAL_USE_XML_ERROR_KEY

public String ILLEGAL_USE_XML_ERROR_KEY
illegalUseXmiError - if XMI API is used in astah* community or astah* UML version.


ILLEGAL_USE_XML_ERROR_MESSAGE

public String ILLEGAL_USE_XML_ERROR_MESSAGE
Constructor Detail

InvalidUsingException

public InvalidUsingException(String key,
                             String message)
Method Detail

getKey

public String getKey()
Get Key

Returns:
Key

getMessage

public String getMessage()
Get Message.

Returns:
Error Message