edu.bonn.xulu.io
Class FactoryCanceledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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