edu.bonn.xulu.io
Class FactoryCanceledException

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

public class FactoryCanceledException
extends RuntimeException

Diese Exception wird geworfen, wenn der Anwender die "Arbeit" einer Default-, Import- oder Export-Factory kontrolliert abbricht (z.B. durch einen Dialog).

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

Constructor Summary
FactoryCanceledException(Factory fac)
          Erzeugt einen neue Exception.
FactoryCanceledException(String mess)
          Erzeugt einen neue Exception.
 
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

FactoryCanceledException

public FactoryCanceledException(String mess)
Erzeugt einen neue Exception.

Parameters:
mess - Meldung

FactoryCanceledException

public FactoryCanceledException(Factory fac)
Erzeugt einen neue Exception.

Parameters:
fac - Factory, die abgebrochen wurde