com.indexdata.mkjsf.errors
Interface ErrorInterface
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CommandError, ConfigurationError
public interface ErrorInterface
- extends Serializable
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.