org.jfree.formula
Class ErrorMessages

java.lang.Object
  extended by org.jfree.formula.ErrorMessages

public class ErrorMessages
extends java.lang.Object

Creation-Date: 31.10.2006, 13:50:39

Author:
Thomas Morgner

Field Summary
static int ERROR_CONVERSION_FAILED
           
static int ERROR_INCONVERTIBLE_TYPE
           
 
Method Summary
static java.lang.String getErrorMessage(int code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_CONVERSION_FAILED

public static final int ERROR_CONVERSION_FAILED
See Also:
Constant Field Values

ERROR_INCONVERTIBLE_TYPE

public static final int ERROR_INCONVERTIBLE_TYPE
See Also:
Constant Field Values
Method Detail

getErrorMessage

public static java.lang.String getErrorMessage(int code)