Class InvalidFunctionException

All Implemented Interfaces:
Serializable

@Api public class InvalidFunctionException extends FunctionsException
Expection indicates, that given function is invalid and cannot be created because it is invalid (e.g. invalid name).
Author:
RafaƂ Nowacki 16 gru 2015
See Also:
  • Constructor Details

    • InvalidFunctionException

      public InvalidFunctionException(Function function, String message)