com.crystaldecisions.reports.formulas
Class FormulaFunctionCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.crystaldecisions.reports.common.CrystalException
com.crystaldecisions.reports.formulas.FormulaFunctionCallException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FormulaFunctionArgumentException
public class FormulaFunctionCallException
- extends CrystalException
- Version:
- 1.0
- Author:
- Ron Hayter
- See Also:
- Serialized Form
Constructor Summary |
FormulaFunctionCallException(java.lang.String RCI,
java.lang.String debugInfo,
CrystalException otherException)
|
FormulaFunctionCallException(java.lang.String RCI,
java.lang.String debugInfo,
CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey)
|
FormulaFunctionCallException(java.lang.String RCI,
java.lang.String debugInfo,
CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
java.lang.String[] substitutionStrings)
|
FormulaFunctionCallException(java.lang.String RCI,
java.lang.String debugInfo,
CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
java.lang.String[] substitutionStrings,
java.lang.Throwable cause)
|
FormulaFunctionCallException(java.lang.String RCI,
java.lang.String debugInfo,
CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
java.lang.Throwable cause)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FormulaFunctionCallException
public FormulaFunctionCallException(java.lang.String RCI,
java.lang.String debugInfo,
CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey)
FormulaFunctionCallException
public FormulaFunctionCallException(java.lang.String RCI,
java.lang.String debugInfo,
CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
java.lang.String[] substitutionStrings)
FormulaFunctionCallException
public FormulaFunctionCallException(java.lang.String RCI,
java.lang.String debugInfo,
CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
java.lang.Throwable cause)
FormulaFunctionCallException
public FormulaFunctionCallException(java.lang.String RCI,
java.lang.String debugInfo,
CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
java.lang.String[] substitutionStrings,
java.lang.Throwable cause)
FormulaFunctionCallException
public FormulaFunctionCallException(java.lang.String RCI,
java.lang.String debugInfo,
CrystalException otherException)