|
||||||||||
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.WhileBreakException
public class WhileBreakException
Created by IntelliJ IDEA. User: Lukas Date: 25.4.2007 Time: 12:35:17
Field Summary | |
---|---|
private BreakStatement |
breakStatement
|
Constructor Summary | |
---|---|
WhileBreakException(BreakStatement breakStatement)
|
Method Summary | |
---|---|
BreakStatement |
getBreakStatement()
|
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 BreakStatement breakStatement
Constructor Detail |
---|
public WhileBreakException(BreakStatement breakStatement)
Method Detail |
---|
public BreakStatement getBreakStatement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |