Class UnknownFunctionCallException

All Implemented Interfaces:
Serializable

public class UnknownFunctionCallException extends PortalException
Since:
10.3
See Also:
  • Constructor Details

    • UnknownFunctionCallException

      public UnknownFunctionCallException(String functionCallName)
      Constructs the exception with the name of the function call that could not be found.
      Parameters:
      functionCallName - the name of the function call that could not be found.