Class CFileNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CFileNotFoundException
    extends CRuntimeException
    Signals that an attempt to open the file denoted by a specified pathname has failed.
    See Also:
    Serialized Form
    • 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

      • CFileNotFoundException

        public CFileNotFoundException​(java.lang.String filename,
                                      java.lang.String message)
      • CFileNotFoundException

        public CFileNotFoundException​(CFile file,
                                      java.lang.String message)
      • CFileNotFoundException

        public CFileNotFoundException​(CFile file,
                                      java.lang.Throwable cause)