Uses of Class
org.qdl_lang.exceptions.FunctionArgException
-
Packages that use FunctionArgException Package Description org.qdl_lang.exceptions All of the exceptions for QDL. -
-
Uses of FunctionArgException in org.qdl_lang.exceptions
Subclasses of FunctionArgException in org.qdl_lang.exceptions Modifier and Type Class Description class
BadArgException
Thrown when the argument to a function is not an accepted type.class
ExtraArgException
Created by Jeff Gaynor
on 4/17/22 at 6:06 AMclass
MissingArgException
Created by Jeff Gaynor
on 4/17/22 at 6:06 AMclass
WrongArgCountException
Created by Jeff Gaynor
on 4/17/22 at 5:41 PM
-