Class DataDirectoryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DataDirectoryException
    extends java.io.IOException
    DataDirectoryException is thrown when a folder item can not be created because its associated data directory already exists.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DataDirectoryException​(java.lang.String msg, java.io.File dir)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getDataDirectory()
      Returns existing data directory
      • 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

      • DataDirectoryException

        public DataDirectoryException​(java.lang.String msg,
                                      java.io.File dir)
        Constructor.
        Parameters:
        msg - error message
        dir - existing data directory
    • Method Detail

      • getDataDirectory

        public java.io.File getDataDirectory()
        Returns existing data directory