cz.cmc.tcgui.dataif
Class ExportException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycz.cmc.tcgui.dataif.ExportException
All Implemented Interfaces:
Serializable

public class ExportException
extends Exception

ExportException is direct descendant of Exception and is meant to be thrown if error occurs during scheme export from gui into OutputStreams.

See Also:
Serialized Form

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

ExportException

public ExportException(String message)