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