|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.zcu.validationserver.exceptions.MyLanguageException
cz.zcu.validationserver.exceptions.WhileContinueException
public class WhileContinueException
Created by IntelliJ IDEA. User: Lukas Date: 25.4.2007 Time: 12:35:17
Field Summary | |
---|---|
private ContinueStatement |
continueStatement
|
Constructor Summary | |
---|---|
WhileContinueException(ContinueStatement continueStatement)
|
Method Summary | |
---|---|
ContinueStatement |
getContinueStatement()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private ContinueStatement continueStatement
Constructor Detail |
---|
public WhileContinueException(ContinueStatement continueStatement)
Method Detail |
---|
public ContinueStatement getContinueStatement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |