vips.model
Class BreakException

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

public class BreakException
extends java.lang.Exception

Diese Exception wird von einer BreakAnweisung geworfen.

See Also:
Serialized Form

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

BreakException

public BreakException(Anweisung ausloeser)
Erzeugt neue BreakException.

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