Class ImportExportException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ImportExportException
    extends java.lang.Exception
    Version:
    $Revision: 5951 $ $Date: 2005-12-13 14:58:48 -0700 (Tue, 13 Dec 2005) $
    Author:
    Assaf Arkin
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ImportExportException​(java.lang.Exception except)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Exception getException()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • ImportExportException

        public ImportExportException​(java.lang.Exception except)
    • Method Detail

      • getException

        public java.lang.Exception getException()