Class MissingFolderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.formiko.usuel.exceptions.MissingFolderException
All Implemented Interfaces:
Serializable

public class MissingFolderException extends RuntimeException
exceptions class for an unexpected class type.
Author:
Hydrolien
See Also:
Serialized Form
  • Constructor Details

    • MissingFolderException

      public MissingFolderException(String folderName)
      Constructs a new runtime exception with a detail message.
      Parameters:
      folderName - Name of the missinf folder.