Class InvalidFunctionArgumentException

All Implemented Interfaces:
Serializable

public class InvalidFunctionArgumentException extends DRException
Exception thrown when an invalid argument is passed to a function within an expression.
See Also:
  • Constructor Details

    • InvalidFunctionArgumentException

      public InvalidFunctionArgumentException(String message)
  • Method Details