org.jfree.formula

Class DefaultErrorValue

Implemented Interfaces:
ErrorValue

public class DefaultErrorValue
extends java.lang.Object
implements ErrorValue

Creation-Date: 31.10.2006, 13:07:37
Author:
Thomas Morgner

Constructor Summary

DefaultErrorValue(String namespace, int errorCode, String errorMessage)

Method Summary

int
getErrorCode()
String
getErrorMessage(Locale locale)
String
getNamespace()

Constructor Details

DefaultErrorValue

public DefaultErrorValue(String namespace,
                         int errorCode,
                         String errorMessage)

Method Details

getErrorCode

public int getErrorCode()
Specified by:
getErrorCode in interface ErrorValue

getErrorMessage

public String getErrorMessage(Locale locale)
Specified by:
getErrorMessage in interface ErrorValue

getNamespace

public String getNamespace()
Specified by:
getNamespace in interface ErrorValue