Klasse DocFileIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jdrupes.mdoclet.internal.doclets.toolkit.DocletException
org.jdrupes.mdoclet.internal.doclets.toolkit.util.DocFileIOException
- Alle implementierten Schnittstellen:
Serializable
Wraps an IOException and the filename to which it applies.
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
A hint for the type of operation being performed when the exception occurred. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungfinal DocFile
The file that was in use when the exception occurred.final DocFileIOException.Mode
The mode in which the file was being used when the exception occurred. -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDocFileIOException
(DocFile fileName, DocFileIOException.Mode mode, IOException cause) Creates an exception to wrap an IO exception, the file which caused it, and the manner in which the file was being used. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Felddetails
-
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 occurredmode
- the manner in which the file was being usedcause
- the underlying exception
-