| class  | AssertionException | Created by Jeff Gaynoron 6/1/21 at  12:57 PM
 | 
| class  | BadArgException | Thrown when the argument to a  function is not an accepted type. | 
| class  | BadStemValueException | This is used when recursing a stem with E.g. | 
| 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 Gaynoron 4/17/22 at  6:06 AM
 | 
| class  | FunctionArgException | Created by Jeff Gaynoron 4/17/22 at  6:05 AM
 | 
| class  | ImportException | Created by Jeff Gaynoron 1/21/20 at  3:39 PM
 | 
| class  | IndexError | Created by Jeff Gaynoron 2/2/20 at  9:36 AM
 | 
| class  | InterruptException | Created by Jeff Gaynoron 10/25/20 at  2:35 PM
 | 
| class  | IntrinsicViolation | Created by Jeff Gaynoron 9/26/21 at  6:54 AM
 | 
| class  | MissingArgException | Created by Jeff Gaynoron 4/17/22 at  6:06 AM
 | 
| class  | MissingArgumentException | Created by Jeff Gaynoron 1/26/20 at  6:27 AM
 | 
| class  | ModuleInstantiationException |  | 
| class  | NamespaceException | Created by Jeff Gaynoron 1/21/20 at  3:42 PM
 | 
| class  | NoDefaultValue |  | 
| class  | ParsingException | Created by Jeff Gaynoron 1/29/20 at  3:00 PM
 | 
| class  | QDLExceptionWithTrace | An exception when evaluating a set of statements. | 
| class  | QDLFileAccessException | Created by Jeff Gaynoron 8/29/22 at  2:41 PM
 | 
| class  | QDLFileNotFoundException | Created by Jeff Gaynoron 8/29/22 at  2:39 PM
 | 
| class  | QDLIllegalAccessException | Created by Jeff Gaynoron 1/25/21 at  10:16 AM
 | 
| class  | QDLIOException | Created by Jeff Gaynoron 3/4/20 at  10:33 AM
 | 
| class  | QDLRuntimeException | Created by Jeff Gaynoron 1/28/20 at  7:13 AM
 | 
| class  | QDLServerModeException | Created by Jeff Gaynoron 2/5/20 at  9:32 AM
 | 
| class  | RaiseErrorException | Created by Jeff Gaynoron 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 Gaynoron 1/24/20 at  6:24 AM
 | 
| class  | ReturnException | Created by Jeff Gaynoron 1/22/20 at  1:14 PM
 | 
| class  | TypeViolationException |  | 
| class  | UndefinedFunctionException | Created by Jeff Gaynoron 1/21/20 at  6:51 AM
 | 
| class  | UnknownSymbolException | Created by Jeff Gaynoron 1/25/20 at  6:47 AM
 | 
| class  | UnknownTypeException |  | 
| class  | WrongArgCountException | Created by Jeff Gaynoron 4/17/22 at  5:41 PM
 | 
| class  | WrongValueException |  |