com.crystaldecisions.reports.formulas
Class FormulaFunctionCallException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.crystaldecisions.reports.common.CrystalException
              extended bycom.crystaldecisions.reports.formulas.FormulaFunctionCallException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FormulaFunctionArgumentException

public class FormulaFunctionCallException
extends CrystalException

Indicates that the function call failed.

See Also:
Serialized Form

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

FormulaFunctionCallException

public FormulaFunctionCallException(CrystalResourcesFactory resourcesFactory,
                                    java.lang.String resourceKey)

Constructs an instance of FormulaFunctionCallException.

Parameters:
resourcesFactory - the CrystalResourcesFactory that specifies the resource bundle
resourceKey - a String that specifies the entry in the resource bundle

FormulaFunctionCallException

public FormulaFunctionCallException(CrystalResourcesFactory resourcesFactory,
                                    java.lang.String resourceKey,
                                    java.lang.String[] substitutionStrings)

Constructs an instance of FormulaFunctionCallException.

Parameters:
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

FormulaFunctionCallException

public FormulaFunctionCallException(CrystalResourcesFactory resourcesFactory,
                                    java.lang.String resourceKey,
                                    java.lang.Throwable cause)

Constructs an instance of FormulaFunctionCallException.

Parameters:
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

FormulaFunctionCallException

public FormulaFunctionCallException(CrystalResourcesFactory resourcesFactory,
                                    java.lang.String resourceKey,
                                    java.lang.String[] substitutionStrings,
                                    java.lang.Throwable cause)

Constructs an instance of FormulaFunctionCallException.

Parameters:
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

FormulaFunctionCallException

public FormulaFunctionCallException(CrystalException otherException)

Constructs an instance of FormulaFunctionCallException.

Parameters:
otherException - a CrystalException