ch.ethz.mxquery.model
Class CFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.ethz.mxquery.exceptions.MXQueryException
ch.ethz.mxquery.model.CFException
- All Implemented Interfaces:
- java.io.Serializable
public class CFException
- extends MXQueryException
Control Flow Exception
used to handle breaks, continues, and early returns
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CF_BREAK
public static final int CF_BREAK
- See Also:
- Constant Field Values
CF_CONTINUE
public static final int CF_CONTINUE
- See Also:
- Constant Field Values
CF_EARLY_RETURN
public static final int CF_EARLY_RETURN
- See Also:
- Constant Field Values
CFException
public CFException(int type,
Window returnValue)
CFException
public CFException(int type)
isBreak
public boolean isBreak()
isContinue
public boolean isContinue()
isEarlyReturn
public boolean isEarlyReturn()
getReturnValue
public Window getReturnValue()
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich