Class ExportException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExportException
    extends java.lang.RuntimeException
    Exception thrown if the there is a problem while exporting (eg. from FieldExporter)
    Author:
    Kim Rutherford
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportException​(java.lang.String message)
      Create a new ExportException.
      ExportException​(java.lang.String message, java.lang.Exception e)
      Create a new ExportException.
    • Method Summary

      • 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

      • ExportException

        public ExportException​(java.lang.String message)
        Create a new ExportException.
        Parameters:
        message - the Exception description
      • ExportException

        public ExportException​(java.lang.String message,
                               java.lang.Exception e)
        Create a new ExportException.
        Parameters:
        message - the Exception description
        e - the nested Exception