|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.crystaldecisions.reports.common.CrystalException
com.crystaldecisions.reports.formulas.FormulaFunctionCallException
Indicates that the function call failed.
| Constructor Summary | |
FormulaFunctionCallException(CrystalException otherException)
Constructs an instance of FormulaFunctionCallException.
|
|
FormulaFunctionCallException(CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey)
Constructs an instance of FormulaFunctionCallException.
|
|
FormulaFunctionCallException(CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
java.lang.String[] substitutionStrings)
Constructs an instance of FormulaFunctionCallException.
|
|
FormulaFunctionCallException(CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
java.lang.String[] substitutionStrings,
java.lang.Throwable cause)
Constructs an instance of FormulaFunctionCallException.
|
|
FormulaFunctionCallException(CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
java.lang.Throwable cause)
Constructs an instance of FormulaFunctionCallException.
|
|
| Methods inherited from class com.crystaldecisions.reports.common.CrystalException |
getCause, getLocalizedMessage, getMessage, getResourceKey, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FormulaFunctionCallException(CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey)
Constructs an instance of FormulaFunctionCallException.
resourcesFactory - the CrystalResourcesFactory that specifies the resource bundleresourceKey - a String that specifies the entry in the resource bundle
public FormulaFunctionCallException(CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
java.lang.String[] substitutionStrings)
Constructs an instance of FormulaFunctionCallException.
resourcesFactory - the CrystalResourcesFactory that specifies the resource bundleresourceKey - a String that specifies the entry in the resource bundlesubstitutionStrings - substitute the stings {0}, {1}, ... {n} in the resources file with the string elements 0, 1, ... n
public FormulaFunctionCallException(CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
java.lang.Throwable cause)
Constructs an instance of FormulaFunctionCallException.
resourcesFactory - the CrystalResourcesFactory that specifies the resource bundleresourceKey - a String that specifies the entry in the resource bundlecause - the root cause of the exception
public FormulaFunctionCallException(CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
java.lang.String[] substitutionStrings,
java.lang.Throwable cause)
Constructs an instance of FormulaFunctionCallException.
resourcesFactory - the CrystalResourcesFactory that specifies the resource bundleresourceKey - a String that specifies the entry in the resource bundlesubstitutionStrings - substitute the stings {0}, {1}, ... {n} in the resources file with the string elements 0, 1, ... ncause - the root cause of the exceptionpublic FormulaFunctionCallException(CrystalException otherException)
Constructs an instance of FormulaFunctionCallException.
otherException - a CrystalException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||