com.indexdata.mkjsf.errors
Interface ErrorInterface

All Superinterfaces:
Serializable
All Known Implementing Classes:
CommandError, ConfigurationError

public interface ErrorInterface
extends Serializable


Method Summary
 ErrorHelper.ErrorCode getApplicationErrorCode()
           
 String getException()
           
 String getLabel()
           
 String getMessage()
           
 ServiceError getServiceError()
           
 List<String> getSuggestions()
           
 boolean isServiceError()
           
 void setApplicationErrorCode(ErrorHelper.ErrorCode code)
           
 void setErrorHelper(ErrorHelper helper)
           
 

Method Detail

getLabel

String getLabel()

getMessage

String getMessage()

getException

String getException()

setApplicationErrorCode

void setApplicationErrorCode(ErrorHelper.ErrorCode code)

getApplicationErrorCode

ErrorHelper.ErrorCode getApplicationErrorCode()

getSuggestions

List<String> getSuggestions()

setErrorHelper

void setErrorHelper(ErrorHelper helper)

isServiceError

boolean isServiceError()

getServiceError

ServiceError getServiceError()


Copyright © 2013. All Rights Reserved.