Daisy Open Source CMS

org.outerj.daisy.tools.importexport
Class ImportExportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.outerj.daisy.tools.importexport.ImportExportException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ImportFileNotFoundException

public class ImportExportException
extends Exception

See Also:
Serialized Form

Constructor Summary
ImportExportException(String message)
           
ImportExportException(String message, Throwable cause)
           
ImportExportException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportExportException

public ImportExportException(String message)

ImportExportException

public ImportExportException(String message,
                             Throwable cause)

ImportExportException

public ImportExportException(Throwable cause)

Daisy Open Source CMS