Klasse ResourceIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jdrupes.mdoclet.internal.doclets.toolkit.DocletException
org.jdrupes.mdoclet.internal.doclets.toolkit.util.ResourceIOException
- Alle implementierten Schnittstellen:
Serializable
Wraps an IOException and the path for the resource to which it applies.
- Siehe auch:
-
Feldübersicht
-
Konstruktorübersicht
KonstruktorBeschreibungResourceIOException
(DocPath resource, IOException cause) Creates an exception to wrap an IO exception, the resource which caused it. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Felddetails
-
resource
The resource that was in use when the exception occurred.
-
-
Konstruktordetails
-
ResourceIOException
Creates an exception to wrap an IO exception, the resource which caused it.- Parameter:
resource
- the resource in use when the exception occurredcause
- the underlying exception
-