ch.tatool.app.export
Class DataExporterErrorImpl

java.lang.Object
  extended by ch.tatool.app.export.DataExporterErrorImpl
All Implemented Interfaces:
DataExporterError

public class DataExporterErrorImpl
extends Object
implements DataExporterError


Field Summary
 
Fields inherited from interface ch.tatool.export.DataExporterError
FILE_GENERAL, GENERAL_CANCEL, GENERAL_NO_DATA, GENERAL_UNKNOWN, NO_ERROR, SERVER_ONLINE_HTTP, SERVER_ONLINE_SETUP_MISSING, SERVER_ONLINE_URL_MISSING
 
Constructor Summary
DataExporterErrorImpl()
           
 
Method Summary
 String getErrorMessage()
           
 String getErrorReason()
           
 int getErrorType()
           
 void setErrorReason(String errorReason)
           
 void setErrorType(int errorType)
           
 void setMessages(MessagesImpl messages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataExporterErrorImpl

public DataExporterErrorImpl()
Method Detail

setErrorType

public void setErrorType(int errorType)
Specified by:
setErrorType in interface DataExporterError

getErrorType

public int getErrorType()
Specified by:
getErrorType in interface DataExporterError

getErrorMessage

public String getErrorMessage()
Specified by:
getErrorMessage in interface DataExporterError

setMessages

public void setMessages(MessagesImpl messages)

setErrorReason

public void setErrorReason(String errorReason)
Specified by:
setErrorReason in interface DataExporterError

getErrorReason

public String getErrorReason()


Copyright © 2012. All Rights Reserved.