Class FileDocException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.software_atelier.simpleflex.docs.impl.FileDocException
All Implemented Interfaces:
Serializable

public class FileDocException extends Exception
This Exception is used in the class FileDoc and is thrown if the given File does not exist.
See Also:
  • Constructor Details

    • FileDocException

      public FileDocException(String message)