com.crystaldecisions.reports.formulas
Class FormulaFunctionCallException

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
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)
           
 
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

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)