|
|||||||||
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
com.crystaldecisions.reports.formulas.FormulaFunctionArgumentException
public class FormulaFunctionArgumentException
Indicates that the argument passed to a FormulaFunction
is not valid.
Constructor Summary | |
---|---|
FormulaFunctionArgumentException(java.lang.String RCI,
java.lang.String debugInfo,
CrystalException otherException,
int argumentN_)
Constructs an instance of FormulaFunctionArgumentException . |
|
FormulaFunctionArgumentException(java.lang.String RCI,
java.lang.String debugInfo,
CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
int argumentN_)
Constructs an instance of FormulaFunctionArgumentException . |
|
FormulaFunctionArgumentException(java.lang.String RCI,
java.lang.String debugInfo,
CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
java.lang.String[] substitutionStrings,
int argumentN_)
Constructs an instance of FormulaFunctionArgumentException . |
|
FormulaFunctionArgumentException(java.lang.String RCI,
java.lang.String debugInfo,
CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
java.lang.String[] substitutionStrings,
java.lang.Throwable cause,
int argumentN_)
Constructs an instance of FormulaFunctionArgumentException . |
|
FormulaFunctionArgumentException(java.lang.String RCI,
java.lang.String debugInfo,
CrystalResourcesFactory resourcesFactory,
java.lang.String resourceKey,
java.lang.Throwable cause,
int argumentN_)
Constructs an instance of FormulaFunctionArgumentException . |
Method Summary |
---|
Methods inherited from class com.crystaldecisions.reports.common.CrystalException |
---|
findCause, getLocalizedMessage, getMessage, getResourceKey, getRootCauseIdentifier, isCausedByA, printStackTrace |
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 |
Constructor Detail |
---|
public FormulaFunctionArgumentException(java.lang.String RCI, java.lang.String debugInfo, CrystalResourcesFactory resourcesFactory, java.lang.String resourceKey, int argumentN_)
Constructs an instance of FormulaFunctionArgumentException
.
RCI
- the root cause identifierdebugInfo
- the internal debug informationresourcesFactory
- the CrystalResourcesFactory
that specifies the resource bundleresourceKey
- a String
that specifies the entry in the resource bundleargumentN_
- an int
that specifies the argument number for this exceptionpublic FormulaFunctionArgumentException(java.lang.String RCI, java.lang.String debugInfo, CrystalResourcesFactory resourcesFactory, java.lang.String resourceKey, java.lang.String[] substitutionStrings, int argumentN_)
Constructs an instance of FormulaFunctionArgumentException
.
RCI
- the root cause identifierdebugInfo
- the internal debug informationresourcesFactory
- 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, ... nargumentN_
- an int
that specifies the argument number for this exceptionpublic FormulaFunctionArgumentException(java.lang.String RCI, java.lang.String debugInfo, CrystalResourcesFactory resourcesFactory, java.lang.String resourceKey, java.lang.Throwable cause, int argumentN_)
Constructs an instance of FormulaFunctionArgumentException
.
RCI
- the root cause identifierdebugInfo
- the internal debug informationresourcesFactory
- the CrystalResourcesFactory
that specifies the resource bundleresourceKey
- a String
that specifies the entry in the resource bundlecause
- the root cause of the exceptionargumentN_
- an int
that specifies the argument number for this exceptionpublic FormulaFunctionArgumentException(java.lang.String RCI, java.lang.String debugInfo, CrystalResourcesFactory resourcesFactory, java.lang.String resourceKey, java.lang.String[] substitutionStrings, java.lang.Throwable cause, int argumentN_)
Constructs an instance of FormulaFunctionArgumentException
.
RCI
- the root cause identifierdebugInfo
- the internal debug informationresourcesFactory
- 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 exceptionargumentN_
- an int
that specifies the argument number for this exceptionpublic FormulaFunctionArgumentException(java.lang.String RCI, java.lang.String debugInfo, CrystalException otherException, int argumentN_)
Constructs an instance of FormulaFunctionArgumentException
.
RCI
- the root cause identifierdebugInfo
- the internal debug informationotherException
- a CrystalException
argumentN_
- an int
that specifies the argument number for this exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |