Klasse DocFileIOException

Alle implementierten Schnittstellen:
Serializable

public class DocFileIOException extends DocletException
Wraps an IOException and the filename to which it applies.
Siehe auch:
  • Felddetails

    • fileName

      public final DocFile fileName
      The file that was in use when the exception occurred.
    • mode

      The mode in which the file was being used when the exception occurred.
  • Konstruktordetails

    • DocFileIOException

      Creates an exception to wrap an IO exception, the file which caused it, and the manner in which the file was being used.
      Parameter:
      fileName - the file in use when the exception occurred
      mode - the manner in which the file was being used
      cause - the underlying exception