Class FileNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FileNotFoundException
    extends MopsException
    Throws if file is not found.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FileNotFoundException​(java.lang.String message)
      Throws if file is not found.
      FileNotFoundException​(java.lang.String message, java.lang.Throwable cause)
      Throws if file is not found.
    • 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

      • FileNotFoundException

        public FileNotFoundException​(java.lang.String message)
        Throws if file is not found.
        Parameters:
        message - explanation of the error
      • FileNotFoundException

        public FileNotFoundException​(java.lang.String message,
                                     java.lang.Throwable cause)
        Throws if file is not found.
        Parameters:
        message - explanation of the error
        cause - wrapped exception