Package org.qdl_lang.exceptions
Class ContinueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- org.qdl_lang.exceptions.QDLException
-
- org.qdl_lang.exceptions.ContinueException
-
- All Implemented Interfaces:
Serializable
public class ContinueException extends QDLException
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 flowCreated by Jeff Gaynor
on 1/28/20 at 7:25 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContinueException()
ContinueException(String message)
ContinueException(String message, Throwable cause)
ContinueException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-