![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspose.cells.FormulaCalcException
public class FormulaCalcException
The exception that is thrown which indicates an error occurs when calculating formuals.
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 |
---|
public static final int GENERAL
public static final int UNSUPPORTED_FUNCION
public static final int INVALID_PARAM_NUMBER
public static final int CIRCLE
public static final int INVALID_PARAM_TYPE
Method Detail |
---|
public int getCode()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |