com.crystaldecisions.reports.formulas
Class FormulaFunctionArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.crystaldecisions.reports.common.CrystalException
              extended by com.crystaldecisions.reports.formulas.FormulaFunctionCallException
                  extended by com.crystaldecisions.reports.formulas.FormulaFunctionArgumentException
All Implemented Interfaces:
java.io.Serializable

public class FormulaFunctionArgumentException
extends FormulaFunctionCallException

Indicates that the argument passed to a FormulaFunction is not valid.

See Also:
Serialized Form

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

FormulaFunctionArgumentException

public FormulaFunctionArgumentException(java.lang.String RCI,
                                        java.lang.String debugInfo,
                                        CrystalResourcesFactory resourcesFactory,
                                        java.lang.String resourceKey,
                                        int argumentN_)

Constructs an instance of FormulaFunctionArgumentException.

Parameters:
RCI - the root cause identifier
debugInfo - the internal debug information
resourcesFactory - the CrystalResourcesFactory that specifies the resource bundle
resourceKey - a String that specifies the entry in the resource bundle
argumentN_ - an int that specifies the argument number for this exception

FormulaFunctionArgumentException

public 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.

Parameters:
RCI - the root cause identifier
debugInfo - the internal debug information
resourcesFactory - the CrystalResourcesFactory that specifies the resource bundle
resourceKey - a String that specifies the entry in the resource bundle
substitutionStrings - substitute the stings {0}, {1}, ... {n} in the resources file with the string elements 0, 1, ... n
argumentN_ - an int that specifies the argument number for this exception

FormulaFunctionArgumentException

public 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.

Parameters:
RCI - the root cause identifier
debugInfo - the internal debug information
resourcesFactory - the CrystalResourcesFactory that specifies the resource bundle
resourceKey - a String that specifies the entry in the resource bundle
cause - the root cause of the exception
argumentN_ - an int that specifies the argument number for this exception

FormulaFunctionArgumentException

public 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.

Parameters:
RCI - the root cause identifier
debugInfo - the internal debug information
resourcesFactory - the CrystalResourcesFactory that specifies the resource bundle
resourceKey - a String that specifies the entry in the resource bundle
substitutionStrings - substitute the stings {0}, {1}, ... {n} in the resources file with the string elements 0, 1, ... n
cause - the root cause of the exception
argumentN_ - an int that specifies the argument number for this exception

FormulaFunctionArgumentException

public FormulaFunctionArgumentException(java.lang.String RCI,
                                        java.lang.String debugInfo,
                                        CrystalException otherException,
                                        int argumentN_)

Constructs an instance of FormulaFunctionArgumentException.

Parameters:
RCI - the root cause identifier
debugInfo - the internal debug information
otherException - a CrystalException
argumentN_ - an int that specifies the argument number for this exception