cz.zcu.validationserver.exceptions
Class WhileContinueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cz.zcu.validationserver.exceptions.MyLanguageException
                  extended by cz.zcu.validationserver.exceptions.WhileContinueException
All Implemented Interfaces:
java.io.Serializable

public class WhileContinueException
extends MyLanguageException

Created by IntelliJ IDEA. User: Lukas Date: 25.4.2007 Time: 12:35:17

See Also:
Serialized Form

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

continueStatement

private ContinueStatement continueStatement
Constructor Detail

WhileContinueException

public WhileContinueException(ContinueStatement continueStatement)
Method Detail

getContinueStatement

public ContinueStatement getContinueStatement()


Copyright © 2007 University of West Bohemia, KIV, author Lukas Valenta (lvalenta at civ.zcu.cz). All Rights Reserved. Build date 20110415.