Package org.intocps.maestro.interpreter
Class BreakException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.intocps.maestro.ast.analysis.AnalysisException
org.intocps.maestro.interpreter.BreakException
- All Implemented Interfaces:
Serializable
public class BreakException
extends org.intocps.maestro.ast.analysis.AnalysisException
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BreakException
public BreakException()
-