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

com.change_vision.jude.api.inf.exception.InvalidExportImageException

public class InvalidExportImageException

Invalid Export Image.


Field Summary
static String FILE_NOT_FOUND_KEY
          fileNotFound - if a file cannot be saved without permission.
static String FILE_NOT_FOUND_MESSAGE
           
static String FILE_NOT_SAVED_KEY
          fileNotSaved - if a file cannot be saved.
static String FILE_NOT_SAVED_MESSAGE
           
private  String key
           
private  String message
           
static String OUT_OF_MEMORY_ERROR_KEY
          outOfMemoryError - if OutOfMemoryError occurred.
static String OUT_OF_MEMORY_ERROR_MESSAGE
           
private static long serialVersionUID
           
 
Constructor Summary
InvalidExportImageException(String key, String message)
           
 
Method Summary
 String getKey()
          Get Key
 String getMessage()
          Get Message.
 

Field Detail

serialVersionUID

private static final long serialVersionUID

key

private String key

message

private String message

FILE_NOT_FOUND_KEY

public static final String FILE_NOT_FOUND_KEY
fileNotFound - if a file cannot be saved without permission.


FILE_NOT_FOUND_MESSAGE

public static final String FILE_NOT_FOUND_MESSAGE

FILE_NOT_SAVED_KEY

public static final String FILE_NOT_SAVED_KEY
fileNotSaved - if a file cannot be saved.


FILE_NOT_SAVED_MESSAGE

public static final String FILE_NOT_SAVED_MESSAGE

OUT_OF_MEMORY_ERROR_KEY

public static final String OUT_OF_MEMORY_ERROR_KEY
outOfMemoryError - if OutOfMemoryError occurred.


OUT_OF_MEMORY_ERROR_MESSAGE

public static final String OUT_OF_MEMORY_ERROR_MESSAGE
Constructor Detail

InvalidExportImageException

public InvalidExportImageException(String key,
                                   String message)
Method Detail

getKey

public String getKey()
Get Key

Returns:
Key

getMessage

public String getMessage()
Get Message.

Returns:
Error Message