class |
AssertionException |
Created by Jeff Gaynor
on 6/1/21 at 12:57 PM
|
class |
BadArgException |
Thrown when the argument to a function is not an accepted type.
|
class |
BreakException |
Used in loops to signal a break command since it is almost impossible to hop out of a complex
expression tree and do the right flow
|
class |
ContinueException |
Used in loops to signal a continue command since it is almost impossible to hop out of a complex
expression tree and do the right flow
|
class |
DeserializationException |
This should only be thrown during deserialization if there is an actual problem
with the deserialization of on otherwise valid file, e.g.
|
class |
ExtraArgException |
Created by Jeff Gaynor
on 4/17/22 at 6:06 AM
|
class |
FunctionArgException |
Created by Jeff Gaynor
on 4/17/22 at 6:05 AM
|
class |
ImportException |
Created by Jeff Gaynor
on 1/21/20 at 3:39 PM
|
class |
IndexError |
Created by Jeff Gaynor
on 2/2/20 at 9:36 AM
|
class |
InterruptException |
Created by Jeff Gaynor
on 10/25/20 at 2:35 PM
|
class |
IntrinsicViolation |
Created by Jeff Gaynor
on 9/26/21 at 6:54 AM
|
class |
MissingArgException |
Created by Jeff Gaynor
on 4/17/22 at 6:06 AM
|
class |
MissingArgumentException |
Created by Jeff Gaynor
on 1/26/20 at 6:27 AM
|
class |
ModuleInstantiationException |
|
class |
NamespaceException |
Created by Jeff Gaynor
on 1/21/20 at 3:42 PM
|
class |
ParsingException |
Created by Jeff Gaynor
on 1/29/20 at 3:00 PM
|
class |
QDLExceptionWithTrace |
An exception when evaluating a set of statements.
|
class |
QDLFileAccessException |
Created by Jeff Gaynor
on 8/29/22 at 2:41 PM
|
class |
QDLFileNotFoundException |
Created by Jeff Gaynor
on 8/29/22 at 2:39 PM
|
class |
QDLIllegalAccessException |
Created by Jeff Gaynor
on 1/25/21 at 10:16 AM
|
class |
QDLIOException |
Created by Jeff Gaynor
on 3/4/20 at 10:33 AM
|
class |
QDLRuntimeException |
Created by Jeff Gaynor
on 1/28/20 at 7:13 AM
|
class |
QDLServerModeException |
Created by Jeff Gaynor
on 2/5/20 at 9:32 AM
|
class |
RaiseErrorException |
Created by Jeff Gaynor
on 1/24/20 at 3:48 PM
|
class |
RankException |
Thrown when trying to access parts of stems that don't exist.
|
class |
RecursionException |
Created by Jeff Gaynor
on 1/24/20 at 6:24 AM
|
class |
ReturnException |
Created by Jeff Gaynor
on 1/22/20 at 1:14 PM
|
class |
UndefinedFunctionException |
Created by Jeff Gaynor
on 1/21/20 at 6:51 AM
|
class |
UnknownSymbolException |
Created by Jeff Gaynor
on 1/25/20 at 6:47 AM
|
class |
WrongArgCountException |
Created by Jeff Gaynor
on 4/17/22 at 5:41 PM
|