Verwendungen von Enum-Klasse
org.jdrupes.mdoclet.internal.doclets.toolkit.util.DocFileIOException.Mode
Packages, die DocFileIOException.Mode verwenden
Package
Beschreibung
This package has utility classes that perform common services required
for API documentation generation.
-
Verwendungen von DocFileIOException.Mode in org.jdrupes.mdoclet.internal.doclets.toolkit.util
Felder in org.jdrupes.mdoclet.internal.doclets.toolkit.util, die deklariert sind als DocFileIOException.ModeModifizierer und TypFeldBeschreibungfinal DocFileIOException.Mode
DocFileIOException.mode
The mode in which the file was being used when the exception occurred.Methoden in org.jdrupes.mdoclet.internal.doclets.toolkit.util, die DocFileIOException.Mode zurückgebenModifizierer und TypMethodeBeschreibungstatic DocFileIOException.Mode
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static DocFileIOException.Mode[]
DocFileIOException.Mode.values()
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Konstruktoren in org.jdrupes.mdoclet.internal.doclets.toolkit.util mit Parametern vom Typ DocFileIOException.ModeModifiziererKonstruktorBeschreibungDocFileIOException
(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.