edu.bonn.xulu.model
Class ModelCanceledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.bonn.xulu.model.ModelCanceledException
All Implemented Interfaces:
Serializable

public class ModelCanceledException
extends RuntimeException

Diese Exception wird geworfen, wenn der Modell-Ablauf abgebrochen wird

Version:
1.0
Author:
Martin Schmitz (University of Bonn/Germany)
See Also:
AbstractXuluModel.performModelStart(), Serialized Form

Constructor Summary
ModelCanceledException()
           
ModelCanceledException(String message)
           
 
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
 

Constructor Detail

ModelCanceledException

public ModelCanceledException()

ModelCanceledException

public ModelCanceledException(String message)