Class CFileOperationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CFileOperationException
    extends CRuntimeException
    Signals that an attempt to perform operation against 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

      • CFileOperationException

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

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

        public CFileOperationException​(CFile file,
                                       java.lang.String message,
                                       java.lang.Throwable cause)