Package org.qdl_lang.exceptions
All of the exceptions for QDL. These all extend 
edu.uiuc.ncsa.qdl.exceptions.QDLException.
 Created by Jeff Gaynor
 on 3/13/20 at  9:00 AM
- 
Exception Summary Exception Description AssertionException Created by Jeff Gaynor
 on 6/1/21 at 12:57 PMBadArgException Thrown when the argument to a function is not an accepted type.BadStemValueException This is used when recursing a stem with E.g.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 flowContinueException 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 flowDeserializationException This should only be thrown during deserialization if there is an actual problem with the deserialization of on otherwise valid file, e.g.ExtraArgException Created by Jeff Gaynor
 on 4/17/22 at 6:06 AMFunctionArgException Created by Jeff Gaynor
 on 4/17/22 at 6:05 AMImportException Created by Jeff Gaynor
 on 1/21/20 at 3:39 PMIndexError Created by Jeff Gaynor
 on 2/2/20 at 9:36 AMInterruptException Created by Jeff Gaynor
 on 10/25/20 at 2:35 PMIntrinsicViolation Created by Jeff Gaynor
 on 9/26/21 at 6:54 AMMissingArgException Created by Jeff Gaynor
 on 4/17/22 at 6:06 AMMissingArgumentException Created by Jeff Gaynor
 on 1/26/20 at 6:27 AMModuleInstantiationException Thrown whenModule.newInstance(State)fails.NamespaceException Created by Jeff Gaynor
 on 1/21/20 at 3:42 PMNoDefaultValue ParsingException Created by Jeff Gaynor
 on 1/29/20 at 3:00 PMQDLException Created by Jeff Gaynor
 on 1/25/20 at 6:47 AMQDLExceptionWithTrace An exception when evaluating a set of statements.QDLFileAccessException Created by Jeff Gaynor
 on 8/29/22 at 2:41 PMQDLFileNotFoundException Created by Jeff Gaynor
 on 8/29/22 at 2:39 PMQDLIllegalAccessException Created by Jeff Gaynor
 on 1/25/21 at 10:16 AMQDLIOException Created by Jeff Gaynor
 on 3/4/20 at 10:33 AMQDLRuntimeException Created by Jeff Gaynor
 on 1/28/20 at 7:13 AMQDLServerModeException Created by Jeff Gaynor
 on 2/5/20 at 9:32 AMRaiseErrorException Created by Jeff Gaynor
 on 1/24/20 at 3:48 PMRankException Thrown when trying to access parts of stems that don't exist.RecursionException Created by Jeff Gaynor
 on 1/24/20 at 6:24 AMReturnException Created by Jeff Gaynor
 on 1/22/20 at 1:14 PMTypeViolationException UndefinedFunctionException Created by Jeff Gaynor
 on 1/21/20 at 6:51 AMUnknownSymbolException Created by Jeff Gaynor
 on 1/25/20 at 6:47 AMUnknownTypeException WrongArgCountException Created by Jeff Gaynor
 on 4/17/22 at 5:41 PMWrongValueException