Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Class FormulaCalcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aspose.cells.FormulaCalcException
All Implemented Interfaces:
java.io.Serializable

public class FormulaCalcException
extends java.lang.RuntimeException

The exception that is thrown which indicates an error occurs when calculating formuals.

See Also:
Serialized Form

Field Summary
static int CIRCLE
          Represents circle reference.
static int GENERAL
          Represents a general error.
static int INVALID_PARAM_NUMBER
          Represents invalid params's number of the function.
static int INVALID_PARAM_TYPE
          Represents invalid param type.
static int UNSUPPORTED_FUNCION
          Represents unsupported funtion.
 
Method Summary
 int getCode()
          Gets the exception code.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GENERAL

public static final int GENERAL
Represents a general error.

See Also:
Constant Field Values

UNSUPPORTED_FUNCION

public static final int UNSUPPORTED_FUNCION
Represents unsupported funtion.

See Also:
Constant Field Values

INVALID_PARAM_NUMBER

public static final int INVALID_PARAM_NUMBER
Represents invalid params's number of the function.

See Also:
Constant Field Values

CIRCLE

public static final int CIRCLE
Represents circle reference.

See Also:
Constant Field Values

INVALID_PARAM_TYPE

public static final int INVALID_PARAM_TYPE
Represents invalid param type.

See Also:
Constant Field Values
Method Detail

getCode

public int getCode()
Gets the exception code.

Returns:
the exception code.