vips.model
Class ContinueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by vips.model.ContinueException
All Implemented Interfaces:
java.io.Serializable

public class ContinueException
extends java.lang.Exception

Diese Exception wird von einer ContinueAnweisung geworfen.

See Also:
Serialized Form

Field Summary
 Anweisung ausloeser
           
 
Constructor Summary
ContinueException(Anweisung ausloeser)
          Erzeugt neue ContinueException.
 
Method Summary
 
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

ausloeser

public Anweisung ausloeser
Constructor Detail

ContinueException

public ContinueException(Anweisung ausloeser)
Erzeugt neue ContinueException.

Parameters:
ausloeser - Die Anweisung, die das Break will
Throws:
java.lang.IllegalArgumentException - Wenn ausloeser null ist