Module datarush.library
Package com.pervasive.datarush.functions
Class InvalidFunctionArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.pervasive.datarush.exceptions.DRException
-
- com.pervasive.datarush.functions.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidFunctionArgumentException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFunction()
String
getMessage()
void
setFunction(String function)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-